Modifying GPOs

by SeanMieth at 2013-03-06 14:09:37

Hello,

I am looking for a way to script out a mass GPO edit after some poking around in get-help I did not see and edit option. Anyone know of a module or have any ideas?

thanks

- Sean Mieth
by coderaven at 2013-03-06 17:31:46
It can be hard to edit GPO settings from PowerShell. This has a lot to do with the way the versioning and things replicate. If each GPO are different, you are in for a rough time. If most of the policies are alike, I suggest you use the Starter GPOs and use PowerShell to roll them out.

The Preferences are XML file that are well documented on MS website, which can be edited pretty easy using PowerShell.