christophe June 8, 2014 PowerShell, Private Cloud, WAP JSON, VMrole, WAP Convert JSON File to PowerShell Object Windows Azure Pack (VM role) VM’s are based upon JSON files, with this command you can use them in your PS scripting Get-Content -Raw -Path <jsonFile>.json | ConvertFrom-Json