File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ More info:
581
581
Step 1: Open an elevated Powershell session as an AD or PKI Admin
582
582
Step 2: Run Unpublish-SchemaV1Templates.ps1
583
583
#>
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
585
585
586
586
"@
587
587
Revert = ' [TODO]'
@@ -4390,7 +4390,7 @@ function Invoke-Locksmith {
4390
4390
[System.Management.Automation.PSCredential ]$Credential
4391
4391
)
4392
4392
4393
- $Version = ' 2025.2.22 '
4393
+ $Version = ' 2025.3.28 '
4394
4394
$LogoPart1 = @'
4395
4395
_ _____ _______ _ _ _______ _______ _____ _______ _ _
4396
4396
| | | | |____/ |______ | | | | | |_____|
Original file line number Diff line number Diff line change 8
8
FunctionsToExport = ' Invoke-Locksmith'
9
9
GUID = ' b1325b42-8dc4-4f17-aa1f-dcb5984ca14a'
10
10
HelpInfoURI = ' https://raw.githubusercontent.com/jakehildreth/Locksmith/main/en-US/'
11
- ModuleVersion = ' 2025.2.22 '
11
+ ModuleVersion = ' 2025.3.28 '
12
12
PowerShellVersion = ' 5.1'
13
13
PrivateData = @ {
14
14
PSData = @ {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ More info:
82
82
Step 1: Open an elevated Powershell session as an AD or PKI Admin
83
83
Step 2: Run Unpublish-SchemaV1Templates.ps1
84
84
#>
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
86
86
87
87
"@
88
88
Revert = ' [TODO]'
You can’t perform that action at this time.
0 commit comments