Skip to content

v7.0.232

Choose a tag to compare

@pspete pspete released this 15 Sep 03:27
· 2 commits to master since this release

psPAS v7.0.232

[7.0.232]

Added

  • N/A

Updated

  • Tests updated for latest module commands
  • Applies a general code format update across module functions ensuring consistency.

Fixed

  • Add-PASSafeMember & Set-PASSafeMember
    • Resolves issue introduced in previous release where, when adding or setting safe permissions in a loop, the loop could break preventing completion fo the task.
    • Thanks Slasky86!!
  • Get-PASDependentAccount
    • Fixes result pagination to ensure all results are returned on command execution.
    • Fixes incorrect filter string being used for request in certain circumstances.
  • Set-PASPTASMTP
    • Fixes validation logic when specifying parameter values from the pipeline
  • Get-PASAccount
    • Ensures dynamic parameters are only presented for Self-Hosted users.
    • Thanks JP-Consulting!!!
  • Get-PASAccountSearchProperty
    • Enforces command to only be able to be run against self-hosted solutions.
  • Get-PASPTASecurityConfigurationCategory
    • Fixes issue where URI for request may not be set on command execution.