I was working on a Group Policy issue and wanted to remotely force a Group Policy update and check the result without commandeering an end users workstation. To solve this I used the Sysinternals utility PsExec which Executes processes remotely. One nifty trick is that you can also execute PsExec remotely as well. To accomplish this I executed the following command…
\\live.sysinternals.com\tools\psexec.exe \\computername gpupdate
To check the outcome you can execute the command…
gpresult /s computername /user username
For faster performance and better security I recommend downloading the full Sysinternals suite and executing PsExec locally.
August 25, 2008 at 8:37 pm
You might also want to check out my free remote GP refresh utility–comes in .exe and PowerShell cmdlet formats: http://www.gpoguy.com/rgprefresh.htm
August 26, 2008 at 4:00 pm
I tested your utility and it worked as well. Interestingly I just browsed your site yesterday and then you found my blog. How in the world did you stumble across my little bitty blog? You have some excellent info at your site and I will be a frequent visitor.