pspete / psPAS

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

CyberArk 10.1 Module Update #49

Closed pspete closed 6 years ago

pspete commented 6 years ago

With the release of CyberArk PAS 10.1, an update of the psPAS module will be required to expose any new API functionality.

Any activities and issues related to this development will be tracked under this issue.

pspete commented 6 years ago

Invoke-PASCredChange updated to include "Change Credentials and Set Next Password" & "Change Credentials in the Vault" account management methods.

pspete commented 6 years ago

Get-PASAccountPassword updated to allow use of v10 api. Original functionality retained for backwards compatibility.

pspete commented 6 years ago

New Functions added: Stop-PASPSMSession - Terminates Live PSM Session. Get-PASComponentSummary - Gets system summary information. Get-PASComponentDetails - Reports component health.

pspete commented 6 years ago

Updates made based on PSScriptAnalyzer output. Get-PASComponentDetails renamed to Get-PASComponentDetail SupportsShouldProcess added to Stop-PASPSMSession.