What is FSMO Role Transfer?
English: FSMO Role Transfer is the process of shifting an FSMO role from one domain controller to another gracefully, usually during planned maintenance or upgrades.
Hindi: FSMO भूमिका ट्रांसफर वह प्रक्रिया है जिसमें एक FSMO रोल को एक डोमेन कंट्रोलर से दूसरे में योजनाबद्ध तरीके से स्थानांतरित किया जाता है।
What is FSMO Role Seizure?
English: FSMO Role Seizure is the process of forcefully assigning an FSMO role to another domain controller when the original role holder is permanently offline or not recoverable.
Hindi: FSMO रोल सीज़र तब किया जाता है जब मौजूदा रोल होल्डर उपलब्ध नहीं होता या हमेशा के लिए डाउन हो जाता है, तब यह रोल जबरन किसी अन्य डोमेन कंट्रोलर को दिया जाता है।
How to Transfer FSMO Roles
- Using GUI: Active Directory Users and Computers, Domains and Trusts, and Schema Console.
- Using Command Line:
ntdsutiltool. - Use PowerShell:
Move-ADDirectoryServerOperationMasterRole
How to Seize FSMO Roles
- Use
ntdsutilin Directory Services Restore Mode (DSRM). - Only use seizure when original DC is not recoverable.