Skip to content

Commit 18e95d4

Browse files
authored
Merge branch 'TrimarcJake:main' into feature-get-published-templates
2 parents d165866 + 9035e90 commit 18e95d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,23 @@ A ~~tiny~~ small tool built to find and fix common misconfigurations in Active D
3232
6. [Scans](#Scans)
3333

3434
# Installation
35+
## Prerequisites
36+
1. Locksmith (both script and module versions) must be run on a domain joined system.
37+
2. Locksmith (module version only) needs the ActiveDirectory and ServerManager PowerShell modules installed.
38+
3539
## Module
3640
### Install module from the PowerShell Gallery (preferred):
3741
1. Open a PowerShell prompt and run `Install-Module -Name Locksmith -Scope CurrentUser`
3842

3943
### Install module manually from GitHub:
4044
1. Download the [latest module version](https://github.com/TrimarcJake/Locksmith/releases/latest) ( **Locksmith-v**\<YEAR\>**.**\<MONTH\>**.zip** )
4145
2. Extract the downloaded zip file
42-
3. Open a PowerShell prompt to the location of the extracted file and run `Import-Module Locksmith.psd1`
46+
3. Open a PowerShell prompt to the location of the extracted file and run `Import-Module .\Locksmith.psd1`
4347

4448
## Script
4549
### Download the standalone script (classic) without module:
4650
1. Download the latest script version: [https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip)
47-
2. Extract the downloaded zip file
51+
2. Open a PowerShell prompt to the location of the downloaded file and run `.\Invoke-Locksmith.ps1`
4852

4953
<a name="RunLocksmith" id="RunLocksmith"></a>
5054
# Run Locksmith

0 commit comments

Comments
 (0)