Found on: http://n00dlestheindelible.blogspot.com/2006/04/copy-local-policies-to-other-machines.html
1. Configure the local policy on one machine
2. Copy the %systemroot%\System32\GroupPolicy folder to somewhere on the network / your distribution share / whatever
3. On each target machine, assuming the 'master' GroupPolicy directory is located at D:\GroupPolicy, do
attrib -H %systemroot%\system32\GroupPolicy
xcopy D:\GroupPolicy\* %SystemRoot%\system32\GroupPolicy /e /v /c /i /h /r /y
attrib +H %systemroot%\system32\GroupPolicy
Reboot the target machine.
Wednesday, January 9, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment