pspete / psPAS

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

Documentation - Readme Update Required #197

Closed shewards closed 5 years ago

shewards commented 5 years ago

Readme lists PAS 9.7 required for user functions, like Get-PASUser, but module requires 10.9.

pspete commented 5 years ago

Thanks for the report. Get-PASUser was initially written to support the api functionality of 9.7 (classic api) Additional api functionality was introduced in 10.9, and the function was updated to support this. Either the v10 or classic api can be targeted, depending on the version in use.

pspete commented 5 years ago

Closing this as the readme already states that "The CyberArk Version listed is the minimum required to use the function." Get-PASUser has been in the module for over 2 years already, long before 10.9 was released.