From 020dfd2a54fbb770e346a0bfd09a537e7bce824d Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 11 Nov 2024 08:31:56 +0100 Subject: [PATCH] scripts/AD_CREATE_GROUPS.ps1 aktualisiert --- scripts/AD_CREATE_GROUPS.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/AD_CREATE_GROUPS.ps1 b/scripts/AD_CREATE_GROUPS.ps1 index 19ce344..50f726d 100644 --- a/scripts/AD_CREATE_GROUPS.ps1 +++ b/scripts/AD_CREATE_GROUPS.ps1 @@ -1,5 +1,8 @@ # PowerShell GUI Script für Gruppenerstellung +# Version 1.0: +# Created 2024 by Tim Eertmoed, Germany to work on Windows Server 2019 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)