OK, I am just having a little fun. I am still in Japan and let me tell you what, sumo wrestling is not my thing. Yes, I am in the barracks tonight totally bored out of my mind. I just finished a proposal and needed something to do since I am getting tired of the sport with the big dudes in diapers throwing each other around. I decided to play around a little bit and created a countdown to the first home game for the Arizona Coyotes. Like I said, I am not a sumo kind of guy. This is going on my desktop.
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