Reset Active Directory Restore Mode (DSRM) Password

Filed Under (Active Directory) by Tariq Jaber on 12-10-2009

Tagged Under : ,

If you forgot Active Directory Restore Mode (DSRM) Password, here you find how to reset it:

1- Open cmd.
2- Type ntdsutil.
3- Type set DSRM Password.
4- When it prompts to Reset DSRM Administrator Password, enter “Reset Password on server “. Where DomainControllerName is the DC name on which you want to reset DSRM administrator password.
5- When it prompts to type password for DS Restore Mode Administrator Account:, enter a new DSRM password.
6- Confirm new password.
7- Type quit.
8- If you will perform no other operations by ntdsutil utility, type quit again to quit ntdsutil.

set-dsrm-pwd

Search if users listed in Excel sheet are already in Active Directory or need to be created

Filed Under (Active Directory, Microsoft) by Tariq Jaber on 28-09-2009

Tagged Under : , , ,

Today I was searching for a script that can tell if a user is in Active Directory or I have to create it. I found this powerful scrip “How Can I Search Active Directory for User Names Stored in an Excel Spreadsheet?

It reads users from Excel sheet and writes “Found” or “Not found” besides the user name.

Save it, I’m sure you will need it one day :)