更改AD DC域控制器的IP

always show all icons and notifications on the taskbar:

To always show all icons and notifications on the taskbar, create a Group Policy Preference to create the following registry setting: ide

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer oop

Create a new DWORD called EnableAutoTray and set the value to 03d

The GPO preference should be created as a user group policy, or a computer one with loopback policy enabled. blog

更改AD DC域控制器的IP:ip

 

image

image

image

 

image

image

image

image

image

image

image

image

image

image

image

 

遷移Sysvol文件夾複製方式爲DFS-R部署

image

image

image

image

image

image

image

image

image

image

image

image

image

image

#
# 用於 AD DS 部署的 Windows PowerShell 腳本
#get

Import-Module ADDSDeployment
Install-ADDSDomainController `
-NoGlobalCatalog:$false `
-CreateDnsDelegation:$false `
-CriticalReplicationOnly:$false `
-DatabasePath "C:\Windows\NTDS" `
-DomainName "nipc.com.cn" `
-InstallDns:$true `
-LogPath "C:\Windows\NTDS" `
-NoRebootOnCompletion:$false `
-SiteName "Default-First-Site-Name" `
-SysvolPath "C:\Windows\SYSVOL" `
-Force:$true
it

 

 

#
# Windows PowerShell script for AD DS Deployment
#io

Import-Module ADDSDeployment
Install-ADDSDomainController `
-NoGlobalCatalog:$false `
-CreateDnsDelegation:$false `
-CriticalReplicationOnly:$false `
-DatabasePath "C:\Windows\NTDS" `
-DomainName "nipc.com.cn" `
-InstallDns:$true `
-LogPath "C:\Windows\NTDS" `
-NoRebootOnCompletion:$false `
-ReplicationSourceDC "NOS-S-DC01.nipc.com.cn" `
-SiteName "Default-First-Site-Name" `
-SysvolPath "C:\Windows\SYSVOL" `
-Force:$trueclass


image

image

image

image

相關文章
相關標籤/搜索