Fix creation of multiple users

This commit is contained in:
Manuel Thalmann 2024-09-12 19:00:00 +02:00
parent dfe292b8d1
commit 619496bb51

View file

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