This commit is contained in:
Przemyslaw Klys
2020-11-07 16:13:02 +01:00
parent 2a92c90b0c
commit 3e5c5fd6fb
9 changed files with 92 additions and 79 deletions
+5
View File
@@ -41,6 +41,11 @@
}
}
$Script:Reporting['GPOList']['Variables']['GPOTotal'] = $Script:Reporting['GPOList']['Data'].Count
if ($Script:Reporting['GPOList']['Variables']['GPOEmptyOrUnlinked'].Count -gt 0) {
$Script:Reporting['GPOList']['ActionRequired'] = $true
} else {
$Script:Reporting['GPOList']['ActionRequired'] = $false
}
}
Variables = @{
GPONotLinked = 0