diff --git a/2_GPO_und_Fileserver_Setup.ps1 b/2_GPO_und_Fileserver_Setup.ps1 index 9adb840..e8caa50 100644 --- a/2_GPO_und_Fileserver_Setup.ps1 +++ b/2_GPO_und_Fileserver_Setup.ps1 @@ -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 diff --git a/befehlroleinstall.txt b/befehlroleinstall.txt new file mode 100644 index 0000000..cd383ca --- /dev/null +++ b/befehlroleinstall.txt @@ -0,0 +1 @@ +Install-WindowsFeature -Name GPMC \ No newline at end of file