Koldov Posted July 13, 2022 Posted July 13, 2022 Just spun up a VM and promoted to a DC and looking to transfer all the FSMO roles. According to MS there are 5 roles: Schema master Domain naming master PDC emulator RID master Infrastructure master Further down the page it says the following: "Do not put the Infrastructure master role on the same DC as the global catalog server." 'The' Global Catalog Server...? I've checked and all my DCs are GCs... including the current FSMO holder...
Davit2005 Posted July 13, 2022 Posted July 13, 2022 (edited) I think it really depends on your setup i.e. if you have only 1 or 2 DCs and a single domain forest what is the point of having only one Global Catalog. I could be mistaken. Last time I built DCs years ago I looked at the similar of FSMO placements. https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/fsmo-placement-and-optimization-on-ad-dcs Legacy guidance suggests placing the infrastructure master on a non-global catalog server. There are two rules to consider: Single domain forest: In a forest that contains a single Active Directory domain, there are no phantoms. So, the infrastructure master has no work to do. The infrastructure master may be placed on any domain controller in the domain, whether that domain controller hosts the global catalog or not. Multidomain forest: If every domain controller in a domain that's part of a multi-domain forest also hosts the global catalog, there are no phantoms or work for the infrastructure master to do. The infrastructure master may be put on any domain controller in that domain. Practically, most administrators host the global catalog on every domain controller in the forest. If every domain controller in a given domain that's located in a multi-domain forest doesn't host the global catalog, the infrastructure master must be placed on a domain controller that doesn't host the global catalog. Edited July 13, 2022 by Davit2005 1
Koldov Posted July 13, 2022 Author Posted July 13, 2022 if you have only 1 or 2 DCs and a single domain forest what is the point of having only one Global Catalog. Yes, that makes sense and describes our set-up. "In a forest that contains a single Active Directory domain, there are no phantoms. So, the infrastructure master has no work to do. The infrastructure master may be placed on any domain controller in the domain, whether that domain controller hosts the global catalog or not." So I'm going with the fact that it's OK. The MS article didn't explain why, just said don't do it... I guess it was written to encompass more complicated set-ups. Right, I guess by now there's a one line PS script to get it all done... Anyone?
jthompson Posted July 13, 2022 Posted July 13, 2022 Right, I guess by now there's a one line PS script to get it all done... Anyone? Untested, but... Move-ADDirectoryServerOperationMasterRole -Identity "Target-DC-Hostname" -OperationMasterRole SchemaMaster,DomainNamingMaster,PDCEmulator,RIDMaster,InfrastructureMaster This is based on https://docs.microsoft.com/en-us/powershell/module/activedirectory/move-addirectoryserveroperationmasterrole?view=windowsserver2019-ps 1
Koldov Posted July 13, 2022 Author Posted July 13, 2022 Sounds great! Not a fan of 'untested' though... Maybe I should stay old school.
jthompson Posted July 13, 2022 Posted July 13, 2022 When I last did that I was a wimp and waited until the middle of the summer holiday and used the GUI.
Koldov Posted July 13, 2022 Author Posted July 13, 2022 I'm sitting on quite a few changes at the moment.... can't wait for them to leave! Getting an itchy trigger finger to be honest, but I know I don't want the hassle of it all going wrong in the last week or so... 1
jthompson Posted July 13, 2022 Posted July 13, 2022 Yep. Not so much 'move fast and break things' and 'move slowly and fix stuff'. 1
Primus Posted July 13, 2022 Posted July 13, 2022 I'm sitting on quite a few changes at the moment.... can't wait for them to leave! Getting an itchy trigger finger to be honest, but I know I don't want the hassle of it all going wrong in the last week or so... We've got loads of stuff on this summer, so busy, but I also can't wait to get started, so impatient now!
pete Posted July 13, 2022 Posted July 13, 2022 My list is usually. Check AD is coherent and sane Move role Make sure it moved Rinse, lather, repeat then (assuming N+1 DCs) swap it over during the working day. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now