Skip to content

Fixes bug with LogicalOperator intruduced in V7 of psPAS and CyberARk 14.6#609

Open
johannesconsulting wants to merge 1 commit intopspete:devfrom
johannesconsulting:logical
Open

Fixes bug with LogicalOperator intruduced in V7 of psPAS and CyberARk 14.6#609
johannesconsulting wants to merge 1 commit intopspete:devfrom
johannesconsulting:logical

Conversation

@johannesconsulting
Copy link
Copy Markdown
Contributor

@johannesconsulting johannesconsulting commented May 3, 2026

Description

Fixes #608

Get-PASGroup -groupName Auditors -groupType Vault

id groupName groupType location members
-- --------- --------- -------- -------
9  Auditors  Vault     \        {}

NOTE!
I have only tested this change on 15.0.
I have not tested on 14.4 or lower. But those versions should not be impacted by this bug anyway and I expect this fix to not impact them either as its already defaulted to AND anyway.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that makes existing functionality work differently)
  • Documentation update (psPAS website or command help content)
  • Other (see description)

How Has This Been Tested?

  • Pester test(s) update required
  • Pester test(s) updated
  • Pester test(s) passing

Test Configuration:

  • PowerShell version: 7
  • CyberArk PAS version: 15.0
  • OS Version: Windows Server 2022

Checklist:

  • My code follows the style guidelines of this project
  • I have followed the contributing guidelines.
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new test failures or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have opened & linked a related issue
  • I have linked a related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant