Add scripts for creating user

This commit is contained in:
Manuel Thalmann 2023-06-22 22:56:43 +02:00
parent 4a88657bf5
commit 4668ffc42a
4 changed files with 27 additions and 0 deletions
scripts/Windows/Scripts

View file

@ -2,6 +2,7 @@ class Context {
[string]$EntryPoint;
[string]$RootDir;
[string]$BackupName;
[string]$UserName;
[string] BackupRoot() {
if (-not $this.RootDir)
{