Skip to content

Commit a49cd7b

Browse files
author
Jake Hildreth
committed
Fix #240 with updated URL
1 parent 550e9fe commit a49cd7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Invoke-Locksmith.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ More info:
581581
Step 1: Open an elevated Powershell session as an AD or PKI Admin
582582
Step 2: Run Unpublish-SchemaV1Templates.ps1
583583
#>
584-
Invoke-WebRequest -Uri https://bit.ly/Fix-ESC15 | Invoke-Expression
584+
Invoke-WebRequest -Uri https://gist.githubusercontent.com/jakehildreth/13c7d615adc905d317fc4379026ad28e/raw/Unpublish-SchemaV1Templates.ps1 | Invoke-Expression
585585
586586
"@
587587
Revert = '[TODO]'
@@ -4390,7 +4390,7 @@ function Invoke-Locksmith {
43904390
[System.Management.Automation.PSCredential]$Credential
43914391
)
43924392

4393-
$Version = '2025.2.22'
4393+
$Version = '2025.3.28'
43944394
$LogoPart1 = @'
43954395
_ _____ _______ _ _ _______ _______ _____ _______ _ _
43964396
| | | | |____/ |______ | | | | | |_____|

Locksmith.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FunctionsToExport = 'Invoke-Locksmith'
99
GUID = 'b1325b42-8dc4-4f17-aa1f-dcb5984ca14a'
1010
HelpInfoURI = 'https://raw.githubusercontent.com/jakehildreth/Locksmith/main/en-US/'
11-
ModuleVersion = '2025.2.22'
11+
ModuleVersion = '2025.3.28'
1212
PowerShellVersion = '5.1'
1313
PrivateData = @{
1414
PSData = @{

Private/Find-ESC15.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ More info:
8282
Step 1: Open an elevated Powershell session as an AD or PKI Admin
8383
Step 2: Run Unpublish-SchemaV1Templates.ps1
8484
#>
85-
Invoke-WebRequest -Uri https://bit.ly/Fix-ESC15 | Invoke-Expression
85+
Invoke-WebRequest -Uri https://gist.githubusercontent.com/jakehildreth/13c7d615adc905d317fc4379026ad28e/raw/Unpublish-SchemaV1Templates.ps1 | Invoke-Expression
8686
8787
"@
8888
Revert = '[TODO]'

0 commit comments

Comments
 (0)