File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,23 @@ A ~~tiny~~ small tool built to find and fix common misconfigurations in Active D
32
32
6 . [ Scans] ( #Scans )
33
33
34
34
# 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
+
35
39
## Module
36
40
### Install module from the PowerShell Gallery (preferred):
37
41
1 . Open a PowerShell prompt and run ` Install-Module -Name Locksmith -Scope CurrentUser `
38
42
39
43
### Install module manually from GitHub:
40
44
1 . Download the [ latest module version] ( https://github.com/TrimarcJake/Locksmith/releases/latest ) ( ** Locksmith-v** \< YEAR\> ** .** \< MONTH\> ** .zip** )
41
45
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 `
43
47
44
48
## Script
45
49
### Download the standalone script (classic) without module:
46
50
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 `
48
52
49
53
<a name =" RunLocksmith " id =" RunLocksmith " ></a >
50
54
# Run Locksmith
You can’t perform that action at this time.
0 commit comments