Forgot the GPOList Array for Update

pull/263/head
KnifMelti 2023-01-20 04:56:34 +01:00
parent f693f2f272
commit e76e70f55e
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ if (Test-Network) {
#Fix the array if GPO List!
if ($GPOList) {
$toUpdate = $toUpdate.Data
$toSkip = $toSkip.Data
}