When you have a working SBS 2008 server, and don't know the password to get into Directory Services Restore Mode, you might want to reset it to something you do know.
You will need this when for instance, the AD gets screwed up, or, in case of SBS, you get locked out (even though you're an Administrator).
Related posts
With the installation of the SBS, the DSRM password will be the same as the password you enter for the Administrator account. So, if the password hasn't changed, or you still remember it, try that one first.
You can change the DSRM password by using ntdsutil.
Open up a command prompt, and start ntdsutil.
At its prompt, type in and hit Enter:
set dsrm password
You'll come up on another prompt.
You can either reset the password for the server you're on, or for another DC in the domain.
To reset the password on the current server, type this in.
reset password on server null
Note that you won't see the password when typing it.
Every server has its own password. To reset the password of another server, do:
reset password on server myserver.domain.suffix
myserver.domain.suffix is the DNS name of the server. Note that if you're logged in on the right domain, it's not necessary to use the FQDN; the server name will suffice.
Note that you won't see the password when typing it.
Once it's set, exit the DSRM prompt:
quit
After that, to exit ntdsutil, type:
quit
And that's basically it. Keep the password safe; you never know when you might need it.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |