tazz Posted June 10, 2008 Posted June 10, 2008 Hi all I have inherited a 2003 Server Standard Edition which appears to belong to a domain that no longer exists. I think it might have been a DC as I do not have an option to logon locally to it. It holds the QCA KS3 Testing software which needs updating, but I do not have the admin user account details to get on to it. Is there any way of getting in to the server and joining it to our exisitng domain, or will I be looking at re-installing it? Thanks
strawberry Posted June 10, 2008 Posted June 10, 2008 probably best to wipe it, it'll be difficult to get onto it in the first place, then you'll have niggling problems with an ex dc on your system.
tazz Posted June 10, 2008 Author Posted June 10, 2008 Thanks folks - oh what fun! I wonder what else is on it though
FN-GM Posted June 10, 2008 Posted June 10, 2008 I would be cautious plugging it into you main network incase it has DHCP
AM_LHS Posted June 10, 2008 Posted June 10, 2008 Safer to rebuild it because you do not know whether it could have a virus on it and also if any settings could interfere with your network
srochford Posted June 10, 2008 Posted June 10, 2008 Do you just want files off it or do you need to run the software on it? If it's the former, then just boot off something like WinPE, Ultimate Boot CD etc and copy the files. If it's the latter then you can force reset the password - I've not tried this on server 2003 but you've nothing to lose if it doesn't work. Boot using WinPE (or similar) and run regedit. Go to HKLM and choose Load Hive. Browse to c:\windows\system32\config and pick the system file - give it a name (eg Server). What you've done so far is to load what was HKLM\System into regedit. You're now going to change the spooler service so that it resets the password (I use spooler because it doesn't matter that it won't start properly). Find the "spooler" section in the hive you loaded - the ImagePath will say something like %SystemRoot%\system32\spoolsv.exe Change this to %SystemRoot%\system32\cmd.exe /c net user administrator secretpassword Unload the hive, shut down and restarts. As the server starts up, you should see a command window flash and you should be able to log on with secretpassword as the password. Once you've logged on, go into regedit and reset the properties of the spooler service. In case anyone's thinking this means that Server 2003 is insecure, it doesn't. It just means that if someone can get their hands on your computer (almost irresepective of the OS it's running) then they can control it.
FN-GM Posted June 10, 2008 Posted June 10, 2008 Do you just want files off it or do you need to run the software on it? If it's the former, then just boot off something like WinPE, Ultimate Boot CD etc and copy the files. If it's the latter then you can force reset the password - I've not tried this on server 2003 but you've nothing to lose if it doesn't work. Boot using WinPE (or similar) and run regedit. Go to HKLM and choose Load Hive. Browse to c:\windows\system32\config and pick the system file - give it a name (eg Server). What you've done so far is to load what was HKLM\System into regedit. You're now going to change the spooler service so that it resets the password (I use spooler because it doesn't matter that it won't start properly). Find the "spooler" section in the hive you loaded - the ImagePath will say something like %SystemRoot%\system32\spoolsv.exe Change this to %SystemRoot%\system32\cmd.exe /c net user administrator secretpassword Unload the hive, shut down and restarts. As the server starts up, you should see a command window flash and you should be able to log on with secretpassword as the password. Once you've logged on, go into regedit and reset the properties of the spooler service. In case anyone's thinking this means that Server 2003 is insecure, it doesn't. It just means that if someone can get their hands on your computer (almost irresepective of the OS it's running) then they can control it. Would this apply if it’s a domain controller?
SYNACK Posted June 10, 2008 Posted June 10, 2008 That sounds like a good way to do it srochford, the way which I have used is detailed here: Forgot the Administrator's Password? - Alternate Logon Trick FN, I think that the above thing should reset the Domain admin password as the local admin account is disabled otherwise you would simply add domain\Administrator instead.
tazz Posted June 11, 2008 Author Posted June 11, 2008 Hi Thanks for all the tips everyone. Got in using this Offline NT Password & Registry Editor Was able to login under directory services mode and then could demote the server.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now