psPAS Release 7.0

3 minute read

7.0

Special shout out to JP-Consulting for the help on this release

Update includes almost all updates for the 14.2, 14.4 & 14.6 CyberArk Self-Hosted Releases

Added

  • Enable-PASTheme
    • New 14.6 command to activate a custom UI theme
    • Thanks JP-Consulting!!!
  • Remove-PASTheme
    • New 14.6 command to delete a custom UI theme
    • Thanks JP-Consulting!!!
  • Import-PASThemeImage
    • New 14.6 command to import an image to use in a custom UI theme
  • Export-PASThemeImage
    • New 14.6 command to export an image used in a custom UI theme
  • Reset-PASTheme
    • New 14.6 command to reset the UI theme to default
  • Publish-PASTheme
    • New 14.6 command to change the draft status of a custom UI theme
  • Get-PASTheme
    • New 14.6 command to return details of custom UI themes
  • New-PASTheme
    • New 14.6 command to create a new custom UI theme
  • Set-PASTheme
    • New 14.6 command to update a custom UI theme
  • Get-PASStoredPlatform
    • New 14.6 command to get details of platforms stored in memory for import
  • Remove-PASStoredPlatform
    • New 14.6 command to delete a stored platform from memory
  • Get-PASUserLicenseReport
    • Returns information about usage of Privilege Cloud user licenses
  • Get-PASReport
    • New 14.6 command to list reports available to your user
  • Get-PASReportSchedule
    • New 14.6 command to list report schedules
  • New-PASReportSchedule
    • New 14.6 command to create a scheduled report
  • Export-PASReport
    • New 14.6 command to export an available report
  • Remove-PASUserAllowedAuthenticationMethod
    • New 14.4 command to remove allowed authentication methods from multiple users in a single request
  • Add-PASUserAllowedAuthenticationMethod
    • New 14.4 command to add allowed authentication methods to multiple users in a single request
  • Remove-PASFIDO2Device
    • New 14.6 command to remove a configured FIDO2 device from a user
    • Thanks JP-Consulting!!!
  • Get-PASMasterPolicy
    • New 14.6 command to list Master Policy settings
  • Set-PASMasterPolicy
    • New 14.6 command to update Master Policy settings
  • Remove-PASDependentAccount
    • New 14.6 command to delete dependent accounts
  • Resume-PASDependentAccount
    • New 14.6 command to resume password management of dependent accounts
    • Thanks JP-Consulting!!!
  • Get-PASDependentAccount
    • New 14.6 command to list details of dependent accounts
  • Sync-PASDependentAccount
    • New 14.6 command to synchronise the password of a dependent account with its master account
    • Thanks JP-Consulting!!!
  • Set-PASDependentAccount
    • New 14.6 command to update a dependent account
  • Add-PASDependentAccount
    • New 14.6 command to add a new dependent account
  • Remove-PASPTASecurityConfigurationProperty
    • New 14.6 command to delete PTA security configuration properties
    • Thanks JP-Consulting!!!
  • Reset-PASPTASecurityConfigurationProperty
    • New 14.6 command to reset PTA security configuration properties
    • Thanks JP-Consulting!!!
  • Reset-PASPTASecurityConfigurationCategory
    • New 14.6 command to reset PTA security configuration categories
    • Thanks JP-Consulting!!!
  • Get-PASPTASecurityConfigurationCategory
    • New 14.6 command to return PTA security configuration categories
    • Thanks JP-Consulting!!!
  • Add-PASPTASyslog
    • New 14.6 command to add a new syslog configuration to PTA
    • Thanks JP-Consulting!!!
  • Remove-PASPTASyslog
    • New 14.6 command to remove a syslog configuration from PTA
    • Thanks JP-Consulting!!!
  • Set-PASPTASMTP
    • New 14.4 command to add a new SMTP configuration to PTA
    • Thanks JP-Consulting!!!
  • Get-PASAccountSearchProperty
    • New 14.6 command to list configured search properties

Updated

  • Add-PASSafeMember
    • Updated to include permission pre-sets to match functionality available via PVWA
    • Thanks Slasky86!!
  • Set-PASSafeMember
    • Updated to include permission pre-sets to match functionality available via PVWA
    • Thanks Slasky86!!
  • Get-PASAccount
    • Updated to handle new quoting model for filter operations in version 14.6
    • Adds dynamic search properties to the filter parameters list
    • Thanks JP-Consulting!!!
  • Add-PASAccount
    • Added AllowAccountDuplications parameter, which works in conjunction with the 14.6 AccountDuplicationEnforcementLevel setting
  • Import-PASPlatform
    • New parameter sets added to support updating existing platforms and side-by-side imports
  • New-PASDirectoryMapping, Set-PASDirectoryMapping
    • Added the allowedAuthenticationMethods parameter
    • Thanks JP-Consulting!!!
  • New-PASUser, Set-PASUser
    • Added the allowedAuthenticationMethods parameter
    • Thanks JP-Consulting!!!
  • Get-PASComponentSummary
    • Now includes vault replication data in command output
    • Thanks JP-Consulting!!!
  • Approve-PASRequest
    • Adds support for bulk approvals using a single request
  • Deny-PASRequest
    • Adds support for bulk rejections using a single request
  • New-PASAccountPassword
    • Updated to include additional error checking
  • New-PASAccountObject
    • Updated to create formatted objects for Dependent Account operations
  • Get-PASSafe
    • Fixed issue with incorrectly defined sort parameter
    • Adds sortDirection parameter to enable ascending or descending sort of safes by SafeName or Managing CPM
  • Script Methods
    • ToCredential()
      • Available on password objects
      • Allows password values returned from the API to be converted to Credential objects
    • GetPermissions()
      • Available on Safe Member objects
      • Enables conversion of safe ACL to hashtable which can be used to splat against Add-PASSafeMember & Set-PASSafeMember
    • ToHashtable()
      • Available on Account objects.
      • Converts an Account object to a hashtable so that it can be splatted against Add-PASAccount
  • Various corrections to help file contents

Fixed

  • Get-PASSAMLResponse
    • Fixes a responsibly disclosed security vulnerability where TLS 1.2 was not enforced when a value for the SAMLResponse parameter was not provided to the New-PASSession command when using the Gen2SAML ParameterSet.
    • Much Respect to Cristian Gaber for highlighting this to us.
  • Get-PASAccountPassword
    • Fixes a parsing issue that could affect password values returned from the command.
    • Thanks ChristopherRanney!!
  • Add-PASPublicSSHKey, Get-PASPublicSSHKey, Remove-PASPublicSSHKey