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.
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.