Enable Powershell Remoting through Policies (GPO)
Enable and configure Windows PowerShell Remoting using Group Policy As you may know, Windows PowerShell 2.0 introduced a new remoting feature, allowing for remote management of computers.
While this feature can be enabled manually (or scripted) with the PowerShell 2.0 cmdletEnable-PSRemoting (http://technet.microsoft.com/en-us/library/dd819498.aspx), I would recommend using Group Policy whenever possible. This guide will show you how this can be accomplished for Windows Vista, Windows Server 20...