Add Microsoft/ADDS Bereitstellung SRV2025

PS Script Windows Server 2025
This commit is contained in:
Timur 2025-10-06 10:25:44 +00:00
parent 24f511bd2d
commit 02763211d6

View file

@ -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