Fix creation of multiple users

This commit is contained in:
Manuel Thalmann 2024-09-12 19:00:00 +02:00
parent c531d6cff9
commit baa7e16e60

View file

@ -102,6 +102,8 @@ $null = New-Module {
}
}
}
Set-UserStage $null;
}
foreach ($user in $users) {