File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,7 @@ Build-Module -ModuleName 'Locksmith' {
131
131
132
132
New-ConfigurationArtefact - Type Packed - Enable - Path " $PSScriptRoot \..\Artefacts\Packed" - ArtefactName ' <ModuleName>.zip'
133
133
New-ConfigurationArtefact - Type Script - Enable - Path " $PSScriptRoot \..\Artefacts\Script" - PreScriptMerge $PreScriptMerge - PostScriptMerge $PostScriptMerge - ScriptName " Invoke-<ModuleName>.ps1"
134
- New-ConfigurationArtefact - Type ScriptPacked - Enable - Path " $PSScriptRoot \..\Artefacts\ScriptPacked" - ArtefactName " Invoke-<ModuleName>.zip" - PreScriptMerge $PreScriptMerge - PostScriptMerge $PostScriptMerge - ScriptName " Invoke-<ModuleName>.ps1"
135
- New-ConfigurationArtefact - Type Unpacked - Enable - Path " $PSScriptRoot \..\Artefacts\Unpacked"
134
+ New-ConfigurationArtefact - Type ScriptPacked - Enable - Path " $PSScriptRoot \..\Artefacts\ScriptPacked" - PreScriptMerge $PreScriptMerge - PostScriptMerge $PostScriptMerge - ScriptName ' Invoke-<ModuleName>.ps1' - ArtefactName ' Invoke-<ModuleName>.zip'
136
135
# New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Users\jake.BLUETUXEDO\Documents\API Keys\PSGallery.txt'
137
136
}
138
137
Original file line number Diff line number Diff line change @@ -2224,7 +2224,7 @@ function Invoke-Scans {
2224
2224
[array ]$AllIssues = $AuditingIssues + $ESC1 + $ESC2 + $ESC3 + $ESC4 + $ESC5 + $ESC6 + $ESC8 + $ESC11 + $ESC13
2225
2225
2226
2226
# If these are all empty = no issues found, exit
2227
- if ((! $AuditingIssues ) -and (! $ESC1 ) -and (! $ESC2 ) -and (! $ESC3 ) -and (! $ESC4 ) -and (! $ESC5 ) -and (! $ESC6 ) -and (! $ESC8 ) -and ($ESC11 ) -and ($ESC13 ) ) {
2227
+ if ((! $AuditingIssues ) -and (! $ESC1 ) -and (! $ESC2 ) -and (! $ESC3 ) -and (! $ESC4 ) -and (! $ESC5 ) -and (! $ESC6 ) -and (! $ESC8 ) -and (! $ESC11 ) -and (! $ESC13 ) ) {
2228
2228
Write-Host " `n $ ( Get-Date ) : No ADCS issues were found." - ForegroundColor Green
2229
2229
break
2230
2230
}
@@ -3229,7 +3229,7 @@ function Invoke-Locksmith {
3229
3229
[System.Management.Automation.PSCredential ]$Credential
3230
3230
)
3231
3231
3232
- $Version = ' 2024.11.10 '
3232
+ $Version = ' 2024.11.11 '
3233
3233
$LogoPart1 = @"
3234
3234
_ _____ _______ _ _ _______ _______ _____ _______ _ _
3235
3235
| | | | |____/ |______ | | | | | |_____|
Original file line number Diff line number Diff line change 7
7
Description = ' A small tool to find and fix common misconfigurations in Active Directory Certificate Services.'
8
8
FunctionsToExport = @ (' *' )
9
9
GUID = ' b1325b42-8dc4-4f17-aa1f-dcb5984ca14a'
10
- ModuleVersion = ' 2024.11.10 '
10
+ ModuleVersion = ' 2024.11.11 '
11
11
PowerShellVersion = ' 5.1'
12
12
PrivateData = @ {
13
13
PSData = @ {
You can’t perform that action at this time.
0 commit comments