diff --git a/Microsoft/ADDS Bereitstellung SRV2025 b/Microsoft/ADDS Bereitstellung SRV2025 new file mode 100644 index 0000000..1e867a6 --- /dev/null +++ b/Microsoft/ADDS Bereitstellung SRV2025 @@ -0,0 +1,17 @@ +# +# Windows PowerShell-Skript für AD DS-Bereitstellung +# + +Import-Module ADDSDeployment +Install-ADDSForest ` +-CreateDnsDelegation:$false ` +-DatabasePath "C:\WINDOWS\NTDS" ` +-DomainMode "Win2025" ` +-DomainName "beddo.cloud" ` +-DomainNetbiosName "BEDDO" ` +-ForestMode "Win2025" ` +-InstallDns:$true ` +-LogPath "C:\WINDOWS\NTDS" ` +-NoRebootOnCompletion:$false ` +-SysvolPath "C:\WINDOWS\SYSVOL" ` +-Force:$true \ No newline at end of file