TrimarcJake / Locksmith

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

Improve RSAT Installation Process #92

Closed TrimarcJake closed 5 months ago

TrimarcJake commented 5 months ago

If RSAT is not installed, Locksmith will silently install it if the user has admin rights. Instead, Locksmith should prompt the user for confirmation before installing and Import the AD PS module before continuing.

[ ] Add Confirmation dialog [ ] Import module automatically.

techspence commented 5 months ago

Just finished this up. I haven't made a PR in a while, so I'm not exactly sure if I did this right so please scold me if I did not. :D https://github.com/TrimarcJake/Locksmith/pull/93

TrimarcJake commented 5 months ago

Merged!