This commit is contained in:
Przemyslaw Klys
2020-06-16 20:27:51 +02:00
parent 996621ab5c
commit 6ffa7585c1
6 changed files with 222 additions and 116 deletions
+12
View File
@@ -0,0 +1,12 @@
Clear-Host
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$Report = Get-GPOZaurrLinkSummary -Report OneLink
$Report | Format-Table
$AffectedGPOs = foreach ($GPO in $Report) {
if ($GPO.Level1 -gt 1) {
$GPO
}
}
$AffectedGPOs | Format-Table *