Launch the Windows PowerShell as an Administrator and use:
Move-ADDirectoryServerOperationMasterRole -Identity [Target DC] -OperationMasterRole 0,1,2,3,4
Where:
0 = PDC Emulator
1 = RID Master
2 = Infrastructure Master
3 = Schema Master
4 = Domain Naming Master
Use: "NETDom Query FSMO" to see which server has which role.
more
Category Archives: How-Tos
What setting should I use for MTU?
Use the Ping command with the syntax:
C:\ ping www.google.com -f -l 1500
If you get a "Packet needs to be fragmented but DF set" response, lower the packet size in 8, 10 or.
more
