Fix creation of multiple users

This commit is contained in:
Manuel Thalmann 2024-09-12 19:00:00 +02:00
parent 2b8b26477f
commit 9312e92e5c

View file

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