ראשית מתקינים כלי AD על Powershell:

Install-WindowsFeature -Name RSAT-AD-PowerShell
Import-Module ActiveDirectory
Get-Command -Module ActiveDirectory

בשלב השני נבדוק היכן כל מסדי הנתונים של ה AD נמצאים:

פותחים powershell as admin ומקישים את הפקודה: netdom query fsmo

לאחר מכן הפקודות להעברת כל ה Roles כאשר ה Destinationdc זה שרת ה DC החדש שהוספתם:

Move-ADDirectoryServerOperationMasterRole -Identity "Destinationdc" -OperationMasterRole DomainNamingMaster
Move-ADDirectoryServerOperationMasterRole -Identity "Destinationdc" -OperationMasterRole RIDMaster
Move-ADDirectoryServerOperationMasterRole -Identity "Destinationdc" -OperationMasterRole PDCEmulator
Move-ADDirectoryServerOperationMasterRole -Identity "Destinationdc" -OperationMasterRole InfrastructureMaster
Move-ADDirectoryServerOperationMasterRole -Identity "Destinationdc" -OperationMasterRole SchemaMaster, DomainNamingMaster, RIDMaster, PDCEmulator, InfrastructureMaster

דילוג לתוכן