diff --git a/scripts/AD_CREATE_USER.ps1 b/scripts/AD_CREATE_USER.ps1 index 362139e..c7ab32a 100644 --- a/scripts/AD_CREATE_USER.ps1 +++ b/scripts/AD_CREATE_USER.ps1 @@ -1,5 +1,8 @@ # PowerShell GUI Script für Benutzererstellung +# Version 1.0: +# Created 2024 by Tim Eertmoed, Germany to work on Windows Server 2019/2022 as an user creating script. + # Sicherstellen, dass das Skript als Administrator ausgeführt wird $myWindowsIdentity = [System.Security.Principal.WindowsIdentity]::GetCurrent() $myPrincipal = New-Object System.Security.Principal.WindowsPrincipal($myWindowsIdentity)