DSRM starten

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Das DSRM ist der Directory Service Restore Mode und ist dafür da um die Active Directory offline zu starten.

Restarting the domain controller in DSRM locally

To restart a domain controller in DSRM locally by using the command line

1. Click Start, click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, provide Domain Admins credentials, and then click OK.

2. At the command prompt, type the following command, and then press ENTER:
bcdedit /set safeboot dsrepair

3. At the command prompt, type the following command, and then press ENTER:
shutdown -t 0 -r

4. When you are still in DSRM and you are ready to restart in normal mode, open a command prompt and type the following, and then press ENTER:
bcdedit /deletevalue safeboot

5. At the command prompt, type the following command, and then press ENTER:
shutdown -t 0 -r


To restart a domain controller in DSRM locally by using the Windows GUI

1. On the Start menu, point to Administrative Tools, and then click System Configuration.

2. On the Boot tab, in Boot options, select Safe boot, click Active Directory repair, and then click OK.

3. In the System Configuration dialog box, click Restart. The domain controller restarts in DSRM.

4. Perform procedures in DSRM.

5. When you have finished performing procedures in DSRM, restart the domain controller normally: a.On the Start menu, point to Administrative Tools, and then click System Configuration.

b.On the General tab, in Startup selection, click Normal startup, and then click OK.

The domain controller restarts normally.