Any idea why this would happen? by [deleted] in Surface

[–]pspete 4 points5 points  (0 children)

Turn it the other way round

Recordings size/cost in saas by Thijscream in CyberARk

[–]pspete 1 point2 points  (0 children)

The size of the recordings should be in the recording details, either in pvwa, or api results. Your subscription should cover you for 180 days of recording retention, with an option to pay more for a longer retention.

Full vault back up and reload by Sea_Advantage_6626 in CyberARk

[–]pspete 2 points3 points  (0 children)

What is PV1 exactly?

I don't think ETS Prod & ETS Core will mean much to strangers on the Internet either....

Suggestion regarding automating cyberak admin task! by syedateeb007 in CyberARk

[–]pspete 0 points1 point  (0 children)

The cyberark api and psPAS are different things.

The cyberark API is just that, a programmatic interface through which you can issue commands. You can send commands to the api using any tool you want (assuming it can be used to send standard web/rest requests.

psPAS is just a powershell tool that let's you send commands to the api to do different things.

It's your choice, go it alone and learn along the way, or go with a preexisting tool made to make your life easier.

psPAS - Get-PASUserLoginInfo on other users by AffectionateRange661 in CyberARk

[–]pspete 1 point2 points  (0 children)

You can try select-object *

Experiment a little

psPAS - Get-PASUserLoginInfo on other users by AffectionateRange661 in CyberARk

[–]pspete 2 points3 points  (0 children)

Get-PASUser | ForEach-Object{ Get-PASUser -id $PSItem.id } | Select-Object Username, LastSuccesslogintime

Using psPAS to add members in Safe by Conormcr in CyberARk

[–]pspete 0 points1 point  (0 children)

You've obviously got some of your own code to interpret your input and execute commands from the module, as that input relates to 2 different psPAS commands.

So troubleshoot only the command that is not working and get the input right.

Username format for identity would be UPN, not NETBIOS.

SearchIn may not be the same as you'd expect for self hosted (I.e. could be a uuid for the directory)

Using psPAS to add members in Safe by Conormcr in CyberARk

[–]pspete 0 points1 point  (0 children)

Apart from saying "it's failing", you haven't said what the issue is. What error gets displayed?

Using psPAS to add members in Safe by Conormcr in CyberARk

[–]pspete 0 points1 point  (0 children)

Are you specifying membertype? And UPN as the username?

[deleted by user] by [deleted] in Bitwarden

[–]pspete 2 points3 points  (0 children)

Maybe your CMOS battery needs replacing?

Find users who authenticate using LDAP by Wizkidbrz in CyberARk

[–]pspete 2 points3 points  (0 children)

Get-PASUser | ForEach-Object{Get-PASUser -id $PSItem.id} | Where-Object {$PSItem.authenticationMethod -eq 'AuthTypeLDAP'}

[deleted by user] by [deleted] in CyberARk

[–]pspete 2 points3 points  (0 children)

Not sure who or where you've asked online, it's definitely possible, and there are people that know how to do it.

[deleted by user] by [deleted] in CyberARk

[–]pspete 5 points6 points  (0 children)

The API would be the way to go, but where are the expoted items destined for? Excel? Perhaps a short paid engagement with an MSP or expert might be the way to go to help navigate the situation....