Guides

New Windows 10 zero-day gives admin rights, gets unofficial patch
avatar

Microsoft has really been terrible with their patches recently. They just can’t seem to get things right recently.

https://www.bleepingcomputer.com/news/security/new-windows-10-zero-day-gives-admin-rights-gets-unofficial-patch/

Posted in News, Windows | Tagged | Leave a comment

Move or migrate user accounts from old Linux server to a new Linux server – nixCraft
avatar

Source: Move or migrate user accounts from old Linux server to a new Linux server – nixCraft

Posted in Linux | Leave a comment

How to force an authoritative and non-authoritative synchronization for DFSR-replicated SYSVOL (like “D4/D2” for FRS)
avatar

Source: How to force an authoritative and non-authoritative synchronization for DFSR-replicated SYSVOL (like “D4/D2” for FRS)

Posted in Windows | Leave a comment

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