How to move Active Directory FSMO roles

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 24

  • @TheChris69er
    @TheChris69er Рік тому +2

    That is Soo much better than the Old method i was taught off using the GUI

    • @danny_moran
      @danny_moran  Рік тому

      I agree, it's much better using the command line.
      Thanks for watching!

  • @dfiv
    @dfiv 10 місяців тому +2

    Great content in your videos! Thanks!

  • @HostDone
    @HostDone 2 місяці тому +1

    Thank you for this, helped a lot amazing video , plz add more and more :)
    thanks sooooo much

  • @vit0k4
    @vit0k4 11 місяців тому +1

    Thank you very much, excellent content!

  • @robturner724
    @robturner724 6 місяців тому +1

    Did this this morning, thanks. Had a problem where the schema master wouldn't move - access denied. I had to run the powershell windows as another user and give it the domain admin password, not the "right click run as administrator" one. Guess my "admin" account didn't quite have the full admin perms it needed but anyway that got it all moved. Thanks.

    • @danny_moran
      @danny_moran  6 місяців тому +1

      I usually use a user account that is in the Domain Admins security group as this should cover all the permissions required.
      Depending on if someone has modified permissions on the network, you might also need to be a member of the Schema Admins security group to move that role.
      Thanks for watching!

  • @adamlokmanomy2161
    @adamlokmanomy2161 6 місяців тому +1

    Hi want to ask,
    can i have 4 AD Server
    my current fsmo roles setting is :
    schema master - AD1
    domain naming master AD1
    PDC - AD2
    RID - AD2
    Infra Master - AD2
    my environment has DFS replication issue. the GPO is not sync between the ADs. (event ID 6002 )
    Should i change the PDC pointing to AD1 ?

    • @danny_moran
      @danny_moran  6 місяців тому

      I'm not sure what that error is, and without knowing more about how your Active Directory is setup, it's hard to suggest what to do, unfortunately.

  • @ANDYCHOW122
    @ANDYCHOW122 Рік тому +2

    Heads up, even though I was using an enterprise admin user I was still receiving "Access is denied." I needed to make the user a member of Schema Admins as well for this to work.

    • @danny_moran
      @danny_moran  Рік тому

      Yes, you need to be a member of the Scheme Admins to move the FSMO roles.
      Thanks for watching!

  • @spatt833
    @spatt833 Рік тому +1

    I was under the impression that moving cmds were run from the "target" server. You seem to be running them from the source (primary) server.

    • @danny_moran
      @danny_moran  Рік тому +2

      When gracefully migrating the roles, the commands can be run from either the source or target server. I don't think it really matters.
      If you are seizing the roles, then it needs to be run on the target server.
      Thanks for watching!

  • @mohamedeladl6273
    @mohamedeladl6273 Рік тому +1

    What if the PDC has hardware failure or can’t bootup? How can I move fsmo rules in this case ADC??

    • @danny_moran
      @danny_moran  Рік тому +1

      In this case, you would need to seize the roles from the offline domain controller: ua-cam.com/video/u99tlYbodwg/v-deo.html
      Thanks for watching!

    • @mohamedeladl6273
      @mohamedeladl6273 Рік тому +1

      @@danny_moran thank you so much!

    • @mohamedeladl6273
      @mohamedeladl6273 Рік тому +1

      netdom query fsmo | show which DC hold fsmo
      repadmin /replsummary | check replication state, check time or if there any errors
      repadmin /showrepl | check replication state between all domain controllers, last attempt
      repadmin /queue | check if there somting in the queue before moving anything

  • @fizijan8904
    @fizijan8904 Рік тому +1

    Thanks Danny! i wanted help on how i can do it on windows server 2008

    • @danny_moran
      @danny_moran  Рік тому +1

      It should be the exact same process on Windows Server 2008.
      Thanks for watching!

  • @sarathchandran66
    @sarathchandran66 2 роки тому +1

    Thank you