Skip to content

Commit 604657d

Browse files
authored
Fixed capitalization
All remaining capitalization is for acronyms or names.
1 parent 28dc933 commit 604657d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-directory-service-initialization-failure.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This error can be caused by any of the following conditions:
4343

4444
## Solution
4545

46-
### Process Overview:
46+
### Process overview:
4747

4848
1. Create and Access a Repair VM.
4949
1. Free space on disk.
@@ -56,12 +56,12 @@ This error can be caused by any of the following conditions:
5656
> [!NOTE]
5757
> When encountering this error, the Guest OS isn't operational. You will be troubleshooting in offline mode to resolve the issue.
5858
59-
### Create and Access a Repair VM
59+
### Create and access a repair VM
6060

6161
1. Use [steps 1-3 of the VM Repair Commands](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/repair-windows-vm-using-azure-virtual-machine-repair-commands#repair-process-example) to prepare a Repair VM.
6262
1. Using Remote Desktop Connection connect to the Repair VM.
6363

64-
### Free Up Space on Disk
64+
### Free up space on disk
6565

6666
As the disk is now attached to a repair VM, verify that the disk holding the Active Directory internal database has enough space to perform correctly.
6767

@@ -81,7 +81,7 @@ As the disk is now attached to a repair VM, verify that the disk holding the Act
8181

8282
If there's enough space on the disk, continue to the next task.
8383

84-
### Check that the Drive containing the Active Directory database is attached
84+
### Check that the drive containing the Active Directory database is attached
8585

8686
1. Open an elevated CMD instance and run the following commands:
8787

@@ -134,7 +134,7 @@ Set up the VM to boot on **Directory Services Restore Mode (DSRM)** mode to bypa
134134
135135
![The screenshot shows an elevated CMD instance after enabling the safeboot DsRepair flag.](./media/troubleshoot-directory-service-initialization-failure/3.png)
136136
137-
### Recommended: Before you rebuild the VM, enable serial console and memory dump collection
137+
### Recommended: before you rebuild the VM, enable serial console and memory dump collection
138138
139139
To enable memory dump collection and Serial Console, run the following script by opening an elevated command prompt session (Run as administrator), and run the following commands.
140140
@@ -151,7 +151,7 @@ To enable memory dump collection and Serial Console, run the following script by
151151
152152
To change the location, replace `%SystemRoot%` with the drive letter (such as, `F:`) of the data disk in the following commands.
153153
154-
#### The following configuration is suggested to enable OS Dump:
154+
#### The following configuration is suggested to enable OS dump:
155155
156156
**Load Broken OS Disk**:
157157
@@ -181,7 +181,7 @@ To enable memory dump collection and Serial Console, run the following script by
181181
182182
1. Use [step 5 of the VM Repair Commands](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/repair-windows-vm-using-azure-virtual-machine-repair-commands#repair-process-example) to reassemble the VM.
183183
184-
### Reconfigure the Storage Area Network Policy
184+
### Reconfigure the Storage Area Network policy
185185
186186
1. When booting in DSRM mode, the only user available to log in is the recovery administrator, which was used when the VM was promoted to a domain controller. All other users will show an authentication error.
187187

0 commit comments

Comments
 (0)