pspete / psPAS

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

Set-PASSafe - Does not seem to support safe renaming #148

Closed kevinelwell closed 5 years ago

kevinelwell commented 5 years ago

Your Environment

Expected Behaviour

Expecting Set-PASSafe to be able to rename the safe

Current Behaviour

During user de-provisioning, we rename the safe to DELETE- Rather than have to login to the PVWA to perform this step, i'd like this to be available within the Set-PASSafe function.

The REST API supports renaming a safe using the Update Safe method.

Possible Solution

Steps to Reproduce (for bug reports)

1 . Functionality does not seem to currently exist

2 .

3 .

4 .

Sample Output

Context

My goal is fully automate the user de-provisioning process.

pspete commented 5 years ago

@kevinelwell - you are right, I did originally miss this. The good news is I updated the module and included this feature in version 2.5.0. If you update to the latest version of the module you should be good to go.

kevinelwell commented 5 years ago

Thank you very much!

kevinelwell commented 5 years ago

Fatanstic Sir! I see the new functionality.