pspete / psPAS

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

Get-PasAccount : View all results when passing multiple keywords #408

Closed arkayali closed 1 year ago

arkayali commented 1 year ago

Describe the issue the cmdlet returns only the first result not all of them

To Reproduce Get-PASAccount -keywords "unixcsrs, unixvl1399"

Expected behavior There are 8 matching, but it displays one only

Screenshots & Console Output

image

The below screen shows that I can't pass multiple keywords unless I have then between " "

image

<--Console Output Goes Here-->

WARNING: 8 matching accounts found. Only the first result will be returned

Your Environment

Additional context Add any other context about the problem here.

pspete commented 1 year ago

Hi @arkayali - this is covered, in some depth, in various pages in the docs: https://pspas.pspete.dev/docs/search/#gen1-api Hopefully most of your questions are already covered there

pspete commented 1 year ago

closing as this is expected/documented behaviour. feel free to comment if you feel it should be reopened.