From 214150997e4a66619b89208609ba384f7c38e4fb Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 11 Nov 2024 08:32:28 +0100 Subject: [PATCH] scripts/AD_CREATE_USER.ps1 aktualisiert --- scripts/AD_CREATE_USER.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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)