May 2019
Intermediate to advanced
620 pages
21h 41m
English
Run the following lines of PowerShell to move the ISTG to a different domain controller using the Active Directory module for Windows PowerShell:
Import-Module ActiveDirectorySet-ADObject -Identity "CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration, DC=LucernPub,DC=com" -Replace @{interSiteTopologyGenerator="CN=NTDS Settings,CN=DC01,CN=Servers,CN=Default-First-Site-Name, CN=Sites,CN=Configuration, DC=LucernPub,DC=com"}
Run the following lines of PowerShell to disable the KCC and/or the ISTG for an Active Directory site using the Active Directory module for Windows PowerShell:
Import-Module ActiveDirectorySet-ADObject "CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC= ...
Read now
Unlock full access