You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic syntax to back up a single GPO by name is below. Note the folder must exist prior to running the command. Also, two GPO's can be exported to the same folder, resuling in a shared manifest.xml
2
+
```ps
3
+
Backup-GPO -Name "Your GPO Name" -Path "C:\GPO_Backups" -Comment "Backup of Your GPO"
0 commit comments