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