This commit is contained in:
unknown
2026-05-22 06:09:15 -07:00
parent cd587b6bff
commit e24ee03e92
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ Import-Module GroupPolicy -ErrorAction Stop
#region KONFIGURATION
$Domain = "bytetrail.local"
$NetBIOSDom = "BYTE" # NetBIOS Name für Rechtevergabe
$NetBIOSDom = "BYTETRAIL" # NetBIOS Name für Rechtevergabe
$DomainDN = "DC=bytetrail,DC=local"
$FreigabePfad = "D:\Freigabe"
$FreigabePfad = "E:\Freigabe"
#endregion
Write-Host "`n=== ByteTrail GPO & Fileserver Setup gestartet ===" -ForegroundColor Cyan
+1
View File
@@ -0,0 +1 @@
Install-WindowsFeature -Name GPMC