This commit is contained in:
Przemysław Kłys
2020-04-12 10:31:49 +02:00
parent 3821a38b32
commit 82e0e16019
26 changed files with 566 additions and 305 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Backup GPOs
$BackupPath = "$Env:UserProfile\Desktop\GPO"
$GPOSummary = Backup-GPOZaurr -BackupPath $BackupPath -Verbose -Type EmptyAndUnlinked -BackupDated #-LimitProcessing 1
$GPOSummary = Backup-GPOZaurr -BackupPath $BackupPath -Verbose -Type Unlinked -BackupDated #-LimitProcessing 1
$GPOSummary | Format-Table -AutoSize
# Confirm GPOs are backed up properly