Add a stage for creating users

This commit is contained in:
Manuel Thalmann 2024-08-08 04:38:40 +02:00
parent 198e984bcd
commit 995959f958
2 changed files with 4 additions and 0 deletions
scripts/Common/Scripts

View file

@ -6,6 +6,7 @@ enum SetupStage {
Initialize
Configure
Install
CreateUser
}
$null = New-Module {