• Powershell Connector: Force multiple fields to be passed to a function

    I am creating a custom PowerShell connector.  Within Identity Manager, we have the departments arranged in a hierarchy.  Level 1 departments is divisions in the target system, and level 2 departments are departments in the target system.  The target system…

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

  • Remote Powershell execution shows password in job service log

    I am executing a remote power shell script with the Powershell Script component (V6.1.3) to enable an account for Skype4Business. For executing RPS I need to give the credentials to logon. In case of an error during the script execution the job service…