By request, 2277: Implementing, Managing, and Maintaining a Microsoft ® Windows Server 2003™ Network Infrastructure: Network Services has been added to my course offerings. Evening thought Windows 2003 has been around for a while, many organizations are sticking to it through these tough economic times. So, I'll continue to instruct Windows 2003 courses as long as my clients request them.
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