Fix creation of multiple users
This commit is contained in:
parent
dfe292b8d1
commit
619496bb51
|
@ -103,6 +103,8 @@ $null = New-Module {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Set-UserStage $null;
|
||||
}
|
||||
|
||||
foreach ($user in $users) {
|
||||
|
|
Loading…
Reference in a new issue