Remotely Refresh GPO Settings with RGPREFRESH
One of the great features of Group Policy is that you can modify or create a policy and can be confident that, aside from a few exceptions, the policy will eventually be applied without any reboots or logoffs.
If you want to apply the policy immediately you need to run GPUPDATE on Windows XP/2003 or a confusing SECEDIT command on Windows 2000. To make life more difficult, the command has to be run locally on the system you want to update. You’re out of luck if you want to remotely force a computer to update its GPO settings — that is, unless you use RGPRefresh.exe, a free command line tool developed by the GPO Guy, Darren Mar-Elia.
With RGPRefresh, you can remotely refresh GPO settings regardless of the OS. The tool lets you specify alternate credentials, force a reboot or logoff or bypass them. Here’s the complete syntax:
RGPrefresh [/m:{ComputerName}] [/t:{Computer|User}] [/u:{username}] [/p:{password}] [/n] [/force] [/logoff] [/boot] [/sync]
I love a tool like this, because it can be run from the command line. This makes it a snap to wrap up in a batch file. Or, use the FOR command to run through a list of computers and quickly refresh multiple computers in seconds.
Technorati : Group Policy, Microsoft, Remote, Windows
Del.icio.us : Group Policy, Microsoft, Remote, Windows
Ice Rocket : Group Policy, Microsoft, Remote, Windows

