scripts/AD_AIO.ps1 aktualisiert

This commit is contained in:
2024-11-12 14:20:33 +01:00
parent 94fc5201fb
commit d50300c796

View File

@@ -761,7 +761,7 @@ function SMB-RIGHTS {
$folderTextBox = New-Object System.Windows.Forms.TextBox $folderTextBox = New-Object System.Windows.Forms.TextBox
$folderTextBox.Location = New-Object System.Drawing.Point(10, 215) $folderTextBox.Location = New-Object System.Drawing.Point(10, 215)
$folderTextBox.Size = New-Object System.Drawing.Size(300, 30) $folderTextBox.Size = New-Object System.Drawing.Size(300, 30)
$folderTextBox.ReadOnly = $true $folderTextBox.ReadOnly = $false
$form.Controls.Add($folderTextBox) $form.Controls.Add($folderTextBox)
# Button für Ordnerauswahl # Button für Ordnerauswahl