diff --git a/scripts/AD_AIO.ps1 b/scripts/AD_AIO.ps1 index 5f1b80e..2bd2342 100644 --- a/scripts/AD_AIO.ps1 +++ b/scripts/AD_AIO.ps1 @@ -1,7 +1,7 @@ # PowerShell GUI Script für Auswahlbuttons: Create User, Create Groups, ADGDL # 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()