You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When calling Get-PASGroup -includeMembers $true the api only returns a maximum of 4 group members.
To Reproduce
Steps to reproduce the behavior:
call Get-PASGroup -includeMembers $true for any group that has more than 4 members
Expected behavior
A clear and concise description of what you expected to happen.
All members of group should be returned.
Screenshots & Console Output
If applicable, add screenshots and/or console output to help explain your problem.
<--Console Output Goes Here-->611 CyberArk_Safe_SCCMRecast Directory \ {@{username=mgarret; id=201},@{username=tomdk; id=116},@{username=jzillow; id=111},@{username=jleverson; id=169}…}
**Your Environment**
Include relevant details about your environment
* PowerShell Version: 7* psPAS Version: 6.3.78* CyberArk Version: 14.4**Additional context**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the issue
When calling Get-PASGroup -includeMembers $true the api only returns a maximum of 4 group members.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
All members of group should be returned.
Screenshots & Console Output
If applicable, add screenshots and/or console output to help explain your problem.
The text was updated successfully, but these errors were encountered: