TrimarcJake / Locksmith

A small tool built to find and fix common misconfigurations in Active Directory Certificate Services.
https://github.com/TrimarcJake/Locksmith
Other
903 stars 89 forks source link

Severity-enhancement-1 #62

Closed SamErde closed 1 year ago

SamErde commented 1 year ago

Minor usability enhancements In the Set-Severity catch block:

Added issue name to the existing Write-Error message so the user can see which issue failed to lookup its severity level.

Added a return statement so the Issue object notes "Unknown Failure" for the severity level if Set-Severity failed.