|
Question : Group policy propagation to Client PCs
|
|
Hi guys,
How can i propagate an GPO to clients in my domain? I do not want to wait until a client PC restarts or GPO refresh time comes.
I know we can use Secedit or Gpupdate at the clients.
I am using 2K as my DC, and my clients ate 2K and XP.
Thanks
|
Answer : Group policy propagation to Client PCs
|
|
Microsoft knowledge base 227448 Using Secedit.exe to Force Group Policy to Be Applied Again http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q227/4/48.asp&NoWebContent=1
on XP:
forcing group policy updates to the computer is: gpupdate /target:machine
forcing group policy updates to the user is: gpupdate /target:user
To Learn if group policies were applied: Windows 2000:
Download GPRESULT from the Resource Kit or from Microsoft. From the command line type GPRESULT to determine what policies have been applied.
Windows XP: From the command line type GPRESULT to determine what policies have been applied. -OR- For a graphical version click Start, Run and type: hcp://system/sysinfo/RSoP.htm
|
|
|