Add a stage for creating users
This commit is contained in:
parent
198e984bcd
commit
995959f958
2 changed files with 4 additions and 0 deletions
scripts/Common/Scripts
|
@ -6,6 +6,7 @@ enum SetupStage {
|
|||
Initialize
|
||||
Configure
|
||||
Install
|
||||
CreateUser
|
||||
}
|
||||
|
||||
$null = New-Module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue