I'd like to apply local group policy to a number of machines that are not
domain members. Specifically, I have all domain members getting updates
through WSUS and now I need to implement the same configuration on a number
of stand-alone servers. I'd prefer the local group policy method to manually
setting the registry values.
Is there a way to easily export the local group policy settings from one
machine and import it into another?
John
The second possibility is here:
http://www.sdmsoftware.com/group_policy_scripting, which lets you use
Powershell to write scripts that can modify domain or local GPO settings
(same caveat around local security policy applies however). Disclaimer--it’s
a commercial product and its my company, but I did want to mention it as we
do have some folks using it for what you've asked :-).
Let me know if you have any questions on this.
Darren
Darren Mar-Elia
Group Policy Resource Site: http://www.gpoguy.com
Group Policy Blog: http://www.sdmsoftware.com/blog
Group Policy on Twitter:
http://www.twitter.com/grouppolicyguy
***********
Need to compare GPO settings? Get the SDM Software GPO Compare tool--
http://www.sdmsoftware.com/group_policy_compare
***********
"markd" <ma...@discussions.microsoft.com> wrote in message
news:E4DC2090-B550-45BC...@microsoft.com...
What about using export in the Local Security Policy editor and then apply
it to new machines with the secedit command (secedit /configure /db
secedit.sdb /cfg C:\Security\Templates\LSPsettings.inf /overwrite) ?