• Sharing is caring - Create a Powershell Script from a Powershell Connector XML

    Dear Community,

    as i worked heavily on Powershell Connectors in the past month I have started to built an eco-system on small helpers and tools around it.

    While not everything is sharable at the moment, I want to make the beginning with a small script…

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

  • Powershell Connector Error

    Hi everyone,

    I'm using One Identity 8.1.4 and I'm trying to create a powershell connector using the Synchronization Editor.

    During the creation I get the error below.

    I think the error is in the following lines in XML file but I don't know what…