issues
search
TrimarcJake
/
Locksmith
A small tool built to find and fix common misconfigurations in Active Directory Certificate Services.
https://github.com/TrimarcJake/Locksmith
Other
901
stars
89
forks
source link
2024.8 Release
#149
Closed
TrimarcJake
closed
4 months ago
TrimarcJake
commented
4 months ago
Enhancements:
126 - Improved ESC4 remediation code to recreate Enroll/AutoEnroll ExtendedRight (suggested by @vegaeny)
Converted all fixes to here-strings
Minor grammar/formatting cleanup
Updated criticality flowcharts
Improved CBH
Bug Fixes:
129 - Fixed typo in Private/Test-IsADAdmin.ps1 (submitted by @jracz18)
133 - Eliminated false positives on ESC4/5 (submitted by @mfgjwaterman)
143 - Eliminated false negatives in PS7 due to Missing Module (submitted by @mrhousz)
148 - Eliminated false negatives when safe groups are empty (submitted by @techBrandon)
Converted ESC1-3 checks from
-eq
checks to
-band
checks to improve identification of those issues.
Enhancements:
126 - Improved ESC4 remediation code to recreate Enroll/AutoEnroll ExtendedRight (suggested by @vegaeny)
Bug Fixes:
129 - Fixed typo in Private/Test-IsADAdmin.ps1 (submitted by @jracz18)
133 - Eliminated false positives on ESC4/5 (submitted by @mfgjwaterman)
143 - Eliminated false negatives in PS7 due to Missing Module (submitted by @mrhousz)
148 - Eliminated false negatives when safe groups are empty (submitted by @techBrandon)
-eq
checks to-band
checks to improve identification of those issues.