From ef429d6eb27542cf977243a6bfbf6ec9c5dfb1c9 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 11 Nov 2024 08:31:27 +0100 Subject: [PATCH] scripts/AD_AIO.ps1 aktualisiert --- scripts/AD_AIO.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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