Skip to content

Commit ed6bfa2

Browse files
authored
Merge pull request #254 from jakehildreth/main
Sync testing w/Main
2 parents 3b23314 + 2acc030 commit ed6bfa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ A small tool built to find and fix common misconfigurations in Active Directory
2626

2727
## Contents
2828

29-
1. [Installation](#Installation)
30-
2. [Run Locksmith](#Run Locksmith)
29+
1. [Installation](#installation)
30+
2. [Run Locksmith](#run-locksmith)
3131
1. [Mode 0](#mode-0-identify-issues-output-to-console-default)
3232
2. [Mode 1](#mode-1-identify-issues-and-fixes-output-to-console)
3333
3. [Mode 2](#mode-2-identify-issues-output-to-csv)
3434
4. [Mode 3](#mode-3-identify-issues-and-fixes-output-to-csv)
3535
5. [Mode 4](#mode-4-fix-all-issues)
3636
6. [Scans](#scans)
3737

38-
<a name="Installation" id="Installation"></a>
38+
<a name="installation" id="installation"></a>
3939
## Installation
4040

4141
### Prerequisites
@@ -75,7 +75,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
7575
.\Invoke-Locksmith.ps1
7676
```
7777

78-
<a name="Run Locksmith" id="Run Locksmith"></a>
78+
<a name="run-locksmith" id="run-locksmith"></a>
7979
## Run Locksmith
8080

8181
There are several modes you can chose from when running `Invoke-Locksmith`. You can also use the **Scans** parameter to choose which scans you want to invoke.

0 commit comments

Comments
 (0)