Today, MCTExpert is announcing that our blog site is now available for subscription to users of Amazon's Kindle electronic book. The MCTExpert blog contains the more detailed questions that get asked in my classes that I want to provide a more in depth response to. These are real questions from real Network Administrators in the field. I've had comments from former students that my responses to their questions have helped them pass the Microsoft certification exams. There is a 14 day free trail subscription. Get your daily dose of what other IT professionals are asking about. Click here to go to the Kindle Store.
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