Transfer FSMO Roles from a DC
avatar

Is your Primary Domain Controller getting old and in need of replacing?  Need to power it down for an extended period?  Transferring your FSMO roles is very easy to do and can save a big headache down the road.  To transfer the roles just follow the steps below:

  1. type “ntdsutil” and press enter
  2. type “roles”
  3. Next type “connections” when you see “fsmo maintenance:” prompt
  4. Type “connect to server <new dc’s name>” at the “server connections:” prompt
  5. Type “Quit” to get back to the “fsmo maintenance:” prompt
  6. Type “Transfer <FSMO Role to be transferred>” you can also use “?” to get a list of commands including all the FSMO roles.
  7. Click Yes to the prompt which pops up outside of the command prompt

That’s it, your roles have been transferred to a different domain controller.

Posted in Guides, Windows | Tagged , , | Leave a comment

Recover FSMO Roles from a dead DC
avatar

As a system administrator you work hard to make sure it never happens by having as much redundancy as you can but sooner or later you will lose a domain controller which has a role assigned to it.  If you have true redundancy you will still have a backup domain controller.

The only problem is the roles will not just transfer over.  You will need to seize them from the dead controller and give the roles to the backup domain controller.

To seize the roles it is very easy, first login into a working domain controller and go to the command prompt with administration rights.  Then follow the steps below:

  1. type “ntdsutil” and press enter
  2. type “roles”
  3. Next type “connections” when you see “fsmo maintenance:” prompt
  4. Type “connect to server <working dc’s name>” at the “server connections:” prompt
  5. Enter “role” while at the “fsmo maintenance:” prompt
  6. Type “Seize <FSMO Role to be transferred>” you can also use “?” to get a list of commands including all the FSMO roles.
  7. Click Yes to the prompt which pops up outside of the command prompt

That’s it, your roles have been seized by the domain controller.

Posted in Guides, Windows | Tagged , , | Leave a comment

Add a User to a Linux Group
avatar

If you need to add an existing user to a Linux group it is very easy, just run the following command:

usermod -a -G <group name> <user name>

Posted in Guides, Linux | Tagged , | Leave a comment

Epic Games slams Google for sharing Fortnite Android app exploit info
avatar

Posted in News | Leave a comment

All versions of Openssh share a critical vulnerability, including embedded code that will never be updated – Boing Boing
avatar

Posted in News | Leave a comment