PowerSHELL.1.创建AD网域脚本
描术:用于 AD DS 部署的 Windows PowerShell 脚本
Import-Module ADDSDeployment
Install-ADDSForest -CreateDnsDelegation:$false
-DatabasePath “C:\Windows\NTDS” -DomainMode "Win2012R2"
-DomainName “shfvip.net” -DomainNetbiosName "SHFVIP"
-ForestMode “Win2012R2” -InstallDns:$true
-LogPath “C:\Windows\NTDS” -NoRebootOnCompletion:$false
-SysvolPath “C:\Windows\SYSVOL” `
-Force:$true