Skip to content

Commit 2437736

Browse files
committed
add gpo
1 parent 923f6e5 commit 2437736

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Products/ms-group-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
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"
4+
```

0 commit comments

Comments
 (0)