September 2012
Intermediate to advanced
1680 pages
88h 3m
English
Backing up GPOs is a task that should be performed regularly. This section contains step-by-step instructions to back up and restore domain group policies.
To back up all domain GPOs, follow these steps:
1. Open Windows PowerShell on an administrative system with the Group Policy Management Tools installed.
2. Type Import-Module GroupPolicy and press Enter.
3. Type Backup-GPO –Path C:\GPOBackup -All and press Enter to back up all GPOs the C:\GPOBackup folder on the local system. The path to the backup folder must exist before running this command or else the task will fail.
1. Open Windows PowerShell on an administrative system with the Group Policy ...
Read now
Unlock full access