Update examples

This commit is contained in:
Przemyslaw Klys
2020-12-05 23:56:05 +01:00
parent 2ae6731780
commit 1208f0af7f
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Optimize-GPOZaurr -All -WhatIf -Verbose -LimitProcessing 2
# Optimize All
Optimize-GPOZaurr -All -Verbose -IncludeDomains 'ad.evotec.pl' -LimitProcessing 1 {
Skip-GroupPolicy -Name 'TEST | Empty GPO - AD.EVOTEC.PL CrossDomain GPO' -DomaiName 'ad.evotec.pl'
}
# Optimize just one
#Optimize-GPOZaurr -GPOName 'TEST | Empty GPO - AD.EVOTEC.PL CrossDomain GPO' -WhatIf -Verbose
+1 -1
View File
@@ -1,3 +1,3 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Set-GPOZaurrStatus -Name 'TEST | Empty GPO - AD.EVOTEC.PL CrossDomain GPO' -Status AllSettingsEnabled -Verbose
Set-GPOZaurrStatus -Name 'TEST | Empty GPO - AD.EVOTEC.PL CrossDomain GPO' -Status AllSettingsEnabled -Verbose -WhatIf