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

By default, Locksmith should output objects to the pipeline #166

Open TrimarcJake opened 1 month ago

TrimarcJake commented 1 month ago

Is your feature request related to a problem? Please describe it: It would be nice if Locksmith could be used in a more automated fashion. Writing all output to the console makes this difficult. Instead, Locksmith should output objects for later use.

Describe the solution or enhancement you would like: Running Invoke-Locksmith without parameters should return objects that the user can manipulate as they wish. Modes 1-4 should remain the same for now.

Describe alternatives you've considered: I considered a Mode 5 which would output objects, but that's not very Powershell-y.

Additional context: @SamErde is nice.

SamErde commented 1 month ago

OK, fine. 😄