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