好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

如何使用PowerShell提升服务器为域控制器

命令:

Import-Module ADDSDeployment
Install-ADDSForest `
-CreateDnsDelegation:$false `
-DatabasePath "C:\Windows\NTDS" `
-DomainMode "Win2008R2" `
-DomainName "ww.inc" `
-DomainNetbiosName "WW" `
-ForestMode "Win2008R2" `
-InstallDns:$true `
-LogPath "C:\Windows\NTDS" `
-NoRebootOnCompletion:$false `
-SysvolPath "C:\Windows\SYSVOL" `
-Force:$true

查看更多关于如何使用PowerShell提升服务器为域控制器的详细内容...

  阅读:47次