Today the MCTExpert Blog is 1 year old. I want to thank all of my readers for the support over the past year that I have been doing this. It has been a great outreach for me to continue to serve my students after class and obviously a source of information for many others. So far this blog has reached 110 countries and 49 states. It has also been translated into 37 different languages. Over the course of the next year, I'll continue to post the questions that my students ask. The questions that the everyday Network Administrator wants answered. I know that these tips have helped many and I hope they continue to do so long into the future. |
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