Spiceheads,
I am replacing my "first" DC with a virtualized version. I have been looking into what needs to be taken care of when replacing the "first" DC. From what I have gathered, after I build the virtual DC (completed) and promote it to a DC (completed). Then, I need to seize the FSMO roles and NTP service. After that, I believe I am good to go....
The only way to seize the FSMO roles, that I have found, is though powershell using the following command:
Move-ADDirectoryServerOperationMasterRole -Identity “ADC” –OperationMasterRole, PDCEmulator,RIDMaster,InfrastructureMaster,SchemaMaster,DomainNamingMaster
However, this does not seem to take care of my NTP service and I cannot find a command to seize this service. Also, I am not sure about this process... Can you help me fill in the gaps?
1) How do I seize the NTP service?
2) Is this the...