Privilege Access Gateway - Powershell shell

Hi All,

I am looking for help in configuring workflow to run powershell script present in IQ service.

I have created new privilege VA cluster, VA is having connectivity with IQservice (curl working).

Created workflow with Windows Server action.


Running powershell

I am getting below error while trying to run powershell script. I can confirm powershell script exists in IQServer

Check the file permissions and also the file is unblocked from execution if it’s downloaded.

1 Like
  1. I would say, check the file actually exists with the right name under the desired filepath. I don’t see permission error.
  2. Are you working under the right VA?
1 Like

Hi @eberteo - Thanks a lot. My mistake i was looking into IQ server and instead of server configured in Windows Server action. Now i am able to execute the powershell on windows server.
Do you know how to pass parameters to Powershell during execution. I tried this and got error.

Hey Girish,

Good to hear you were able to fix it.

Set you params in the ps1 and don’t use dash -. Just samaccountname. if you have further errors, please share the logs.

1 Like

Thanks a lot. Eberth.

1 Like

Hi @248048 -Could you please let me know the path were you have placed the ps script?

Powershell script is in C:\Sailpoint\IQService directory.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.