There may come a time when you need to seize your domain controllers FSMO roles.  This may be for a disaster recovery or if you are implementing a lab environment in which you need to have a server with all the FSMO roles.\n
    \n\t
  1. Open CMD prompt
  2. \n\t
  3. type ntdsutil
  4. \n\t
  5. type roles
  6. \n\t
  7. type connections
  8. \n\t
  9. type connect to server    <-- This should be the name of the server seizing the roles
  10. \n\t
  11. type quit
  12. \n\t
  13. type seize schema master
  14. \n\t
  15. type seize domain naming master
  16. \n\t
  17. type seize pdc
  18. \n\t
  19. type seize rid master
  20. \n\t
  21. type seize infrastructure master
  22. \n\t
  23. exit
  24. \n