• 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…

  • Function to split key values in a powershellscript.

    Hi All,

    Can someone has experience in below requirement.

    I need to split the key values in powershell script.

    Application: [
                    "{\"name\":\"abc\",\"AID\":\"A123\",\"Ainstance\":\"ab\"}"
                ]
                
    into below form.

    "Applicationname": "abc"
    "AID…

  • Opening multiple sessions in parallel - "PowerShellComponent - Execute Script" Process Component

    Hello,

    I've created a process that has multiple "PowerShellComponent - Execute Script" process steps where for each step the "StartScriptOrPath" parameter creates a remote session to the same Exchange Online instance.  The "StopScriptOrPath…