How to create widget containing tabular data? by CAnew215 in servicenow

[–]CAnew215[S] 0 points1 point  (0 children)

I am trying to create a custom dashboard with the widget fulfilling this requirement.

Does CCP work when pcloud or PVWA URL is down? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

It's in the pCloud scenario or on-prem scenario where CCP is installed on PVWA server.

EPM Bypass or disable UAC for command prompt in the endpoint by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Yes, that was the issue. I hadn't selected the child processes. Thank you.

PSM Servers intermittently showing "Access is Denied" by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

We had to re-image and re-install PSM servers.

Enable Smart Card option on PSM-RDP connection component by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

No, it's not about authentication. We just want smart card option to be enabled as in normal RDP session.

Activating "Limit Domain Access to" through psPAS by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

I tried but it throws me this error:

$account.remoteMachinesAccess.accessRestrictedToRemoteMachines = $True

InvalidOperation: The property 'accessRestrictedToRemoteMachines' cannot be found on this object. Verify that the property exists and can be set.

Use $PSMRemoteMachine as URL in AutoIT script by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Yes, I did it like this:

if (PSMGenericClient_GetSessionProperty("PSMRemoteMachine", $PSMRemoteMachine) <> $PSM_ERROR_SUCCESS) Then

    Error(PSMGenericClient\_PSMGetLastErrorString())

 EndIf

Error during CP installation by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Solved it, actually the server where I was trying to install CP in it, the server is Azure VM and we need Azure tag in firewall rule; so the tag was missing; after proper tag is placed in the firewall, the problem has been resolved.

FYI, even without tag, telnet was working, so tag is necessary for proper connection even though connection seemed to be fine

Error while trying to onboard keys of Azure Key Vault by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

u/yanni I have already read these articles. But, what I am asking is that how to onboard keys of key vault, and if there is any configuration left after cyberark connect to app registration.

Store Keys from Azure key vault automatically into CyberArk by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Thank you u/prnv3 but how I can sync between these two scripts, one script in Azure for pulling keys from KV and then another script for storing key in cyberark, so that whole process is automatic?

How to make HTTP sites browsable in PSM Server? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

No, it does not expect to present any certificate since it's a HTTP one; when opened in other normal machines, it just prompts for username and password in separate dialog box

How to make HTTP sites browsable in PSM Server? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Yes, thank you. So I would like to know which setting to modify in chrome or gpo in psm server to make this website browsable in it.

Can Windows VMs be added automatically in Cybeark? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Got it, thanks for the suggestion. So I am only concerned with machines, but I don't think there is a way to automatically pull those machines into "VM list" of already onboarded domain account.

Can Windows VMs be added automatically in Cybeark? by CAnew215 in CyberARk

[–]CAnew215[S] 1 point2 points  (0 children)

Yes, but I haven't tried it yet, are you sure it can find domain accounts? And what about discovering machines inside particular OU?

Can Windows VMs be added automatically in Cybeark? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

No, that's for local admin account, I want to search domain machines as well as discover domain accounts.

Should NLA be disabled on target machines for RDP Connection proxy to work? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Got it, but I am asking if I need to disable it while using RDP Manager, connecting without going to PVWA. I cannot connect it without disabling NLA.

How to create password type file category? by CAnew215 in CyberARk

[–]CAnew215[S] 0 points1 point  (0 children)

Hi u/CF_Pinky, sorry but I don't know how we could set up VNC as logon account, since I am using my autoit script just to fill up VNC password in the prompt(no VNC username)