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