November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Hyper-V Resource Metering in Windows server 2012

IT organizations need tools to charge back business units that they support while providing the business units with the right amount of resources to match their needs. For hosting providers, it is equally important to issue chargebacks based on the amount of usage by each customer.

To implement advanced billing strategies that measure both the […]

Manage with Remote Desktop Services

This topic includes sample Windows PowerShell cmdlets that you can use to automate some of the procedures described. For more information, see Using Cmdlets.

1.1. Manage updates automatically with Windows Update

To verify the current Windows Update setting, at a command prompt, run the following command:

Cscript scregedit.wsf /AU /v

To enable automatic updates, run […]

Switch to Server with a GUI mode

There may be situations in which you need to use the graphical user interfaces available in Server with a GUI mode. You can switch the system to Server with a GUI mode by following the steps below, although a restart is required. For more information about the differences between Server Core mode and Server with […]

To configure Windows Firewall to allow MMC snap-in(s) to connect 2012

To allow all MMC snap-ins to connect, run

Enable-NetFirewallRule -DisplayGroup “Remote Administration”

To allow only specific MMC snap-ins to connect, run:

Enable-NetFirewallRule -DisplayGroup “”

Where:

Rulegroup is one of the values from the table below, depending on which snap-in you want to connect.