Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ A small tool built to find and fix common misconfigurations in Active Directory

## Contents

1. [Installation](#Installation)
2. [Run Locksmith](#Run Locksmith)
1. [Installation](#installation)
2. [Run Locksmith](#run-locksmith)
1. [Mode 0](#mode-0-identify-issues-output-to-console-default)
2. [Mode 1](#mode-1-identify-issues-and-fixes-output-to-console)
3. [Mode 2](#mode-2-identify-issues-output-to-csv)
4. [Mode 3](#mode-3-identify-issues-and-fixes-output-to-csv)
5. [Mode 4](#mode-4-fix-all-issues)
6. [Scans](#scans)

<a name="Installation" id="Installation"></a>
<a name="installation" id="installation"></a>
## Installation

### Prerequisites
Expand Down Expand Up @@ -75,7 +75,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
.\Invoke-Locksmith.ps1
```

<a name="Run Locksmith" id="Run Locksmith"></a>
<a name="run-locksmith" id="run-locksmith"></a>
## Run Locksmith

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.
Expand Down