Saturday, March 2, 2013

How to use PowerShell to export all Group Policy objects

To export all Group Policy objects with Windows Server 2008 R2, launch a PowerShell session on a domain controller.  Use the following commands:

Import-Module GroupPolicy

Backup-GPO –All –Path C:\folderpath

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.