Per Microsoft, Hyper-V in Windows Server 2008 R2 will support up to 50 snapshots. Remember that the more snapshots you created, the slower the performance of the virtual machine. Also, the physical drive capacity will be used. When you create a snapshot, a differencing disk is create for every VHD file that VM uses. The more snapshots you create, the more physical hard drive capacity will be used.
In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection. In all cases, this will disrupt the user. First, you need PowerShell remoting enabled on the target machine. You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target. Remember, the target needs to be online and accessible to you.
Comments