From 6fb812ab0ba6d7d3a5e533dc8f63bdf2a61999e8 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 11 Nov 2024 08:32:18 +0100 Subject: [PATCH] scripts/AD_CREATE_GROUPS.ps1 aktualisiert --- scripts/AD_CREATE_GROUPS.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/AD_CREATE_GROUPS.ps1 b/scripts/AD_CREATE_GROUPS.ps1 index 50f726d..b802f21 100644 --- a/scripts/AD_CREATE_GROUPS.ps1 +++ b/scripts/AD_CREATE_GROUPS.ps1 @@ -1,7 +1,7 @@ # 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. +# 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()