• How to run powershell script from designer script in one identity manager version 8.2.1

    Hi All,

    Can anyone please suggest a way in which we can pass decrypted password to powershell script while using Powershell ScriptExe process task ?

    We have tried to decrypt the encrypted password in this parameter but the decryption doesn't work here…

  • How to capture the return value of a PowerShell command in a Designer custom process step?

    Hi Team,

    Can anyone share with me the example to capture the return value of a PowerShell script command being executed in a Designer custom process step?

    Currently, I am using PowerShellComponent - Execute Script process task to execute the PowerShell…