pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
291 stars 91 forks source link

The cmdlet Unlock-PASAccount is confusing #330

Closed jasonwbarnett closed 3 years ago

jasonwbarnett commented 3 years ago

Describe the issue

When looking to check-in a credential it took me a while to figure out that Unlock-PASAccount cmdlet was the check-in cmdlet I needed.

I think something like Checkin-PASAccount would be much clearer and more accurately describes the intent.

pspete commented 3 years ago

Hi @jasonwbarnett . Unfortunately the suggestion is not listed in the powershell approved verbs list: https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands?view=powershell-7.1

Some documentation has been recently added to the psPAS site to try and lessen any confusion around where specific api functionality exists in the module: https://pspas.pspete.dev/commands/

An alternative would be to set up a local alias to the command.

jasonwbarnett commented 3 years ago

This is nice! 👍

Thank you, Pete.

p.s. did you ask Microsoft to add a verb for us? 😉