pspete / psPAS

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

UPDATE Minimum PowerShellVersion #208

Closed pspete closed 5 years ago

pspete commented 5 years ago

Raising the minimum required version from 3.0, to 5.0. Some instances of syntax which is not compatible with PowerShell versions earlier than v5 exist in the module.

Relates to #207