diff --git a/scripts/AD_AIO.ps1 b/scripts/AD_AIO.ps1 index c4fed77..5f1b80e 100644 --- a/scripts/AD_AIO.ps1 +++ b/scripts/AD_AIO.ps1 @@ -1,5 +1,8 @@ # 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. + # Sicherstellen, dass das Skript als Administrator ausgeführt wird $myWindowsIdentity = [System.Security.Principal.WindowsIdentity]::GetCurrent() $myPrincipal = New-Object System.Security.Principal.WindowsPrincipal($myWindowsIdentity) @@ -735,4 +738,4 @@ $form.Controls.Add($btnCreateGroups) $form.Controls.Add($btnADGDL) # Anzeigen des Formulars -$form.ShowDialog() +$form.ShowDialog() \ No newline at end of file