ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. dc
    Log in to post
    • All categories
    • scottalanmillerS

      Move FSMO Roles Using PowerShell | Active Directory Domain Controller AD DC

      IT Discussion
      • powershell ad dc ad dc active directory fsmo domain controller windows windows server • • scottalanmiller
      4
      4
      Votes
      4
      Posts
      872
      Views

      CCWTechC

      @syko24 said in Move FSMO Roles Using PowerShell | Active Directory Domain Controller AD DC:

      I'm a fan of the one liner assuming you are transferring all roles to the same DC.

      Move-ADDirectoryServerOperationMasterRole -Identity "DC-Server" -OperationMasterRole 0,1,2,3,4 0: PDCEmulator 1: RIDMaster 2: InfrastructureMaster 3: SchemaMaster 4: DomainNamingMaster

      Me too. This is what I normally use. SOOOO helpful.

      Not sure why powershell made it so complicated to find who has the roles.
      netdom query fsmo was so easy.

    • mroth911M

      Domain controller server 2012

      IT Discussion
      • dc • • mroth911
      11
      1
      Votes
      11
      Posts
      1.1k
      Views

      DustinB3403D

      @manxam said in Domain controller server 2012:

      As per the above but to migrate the desktops, use Transwiz. Takes 1 minute to migrate the user profile from the old domain to the new.

      That's the one that I was thinking of when I saw the post. Just didn't have the chance to post.

      The above works really well.

    • 1 / 1