HowTo: Reset the Domain Admin password on Windows Server 2008 / R2

How to reset the Domain Admin password for Windows Server 2008 / R2 with only a Windows 2008 Server installation media if youre the type to lose passwords.

1.    Boot into install disc
(Windows Server 2008)
2.    Select language options and click next
3.    Click Repair (bottom left) > Next
4.    Click Command Prompt
5.    (cd to C:\Windows\System32)
6.    >move Utilman.exe Utilman.exe.bak
7.    >copy cmd.exe Utilman.exe
8.    Restart and boot into server 2k8
9.    Keyboard Shortcut : Windows + U
10.    Command prompt opens
11.    >net user administrator (password)
12.    Or just type ‘net user’ to see syntax help and figure out what you want to do

Obviously rename the files back once you are finished to avoid any issues down the track.

DSM SA Data Manager Service starting

After reboot the DSM SA Data Manager Service takes about 10 minutes to start, during this time cannot login either remote or at the console.

Answer from Dell:

Regardding the Datamanager taking too long to boot, we have found this issue when we install OMSA on a Server that has “SQL Server Integration Services” or Oracle services. Reason for the delay is the race condition which prevents command reaching the storlib. There is a race condition between the SQL integration service and DSM data manager service.

To avoid this a dependency can be created as per the below Microsoft knowledgebase. This will prevent from this condition.  

http://support.microsoft.com/kb/193888

Create a dependancÿ:

  1. Browse to the service in the register which needs to be started later. The key can be found under: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<Service name>
  2. Create a new dependency:
    select the subkey representing the service you want to delay, click Edit, and then click Add Value. Create a new value name “DependOnService” (without the quotation marks) with a data type of REG_MULTI_SZ, and then click OK. When the Data dialog box appears, type the name or names of the services that you prefer to start before this service with one entry for each line, and then click OK.

    The name of the service you would enter in the Data dialog box is the exact name of the service as it appears in the registry under the Services key