PowerShell json = получить значение по ключу

$jsonObj = $jsonString | ConvertFrom-Json
$jsonObj.my_key
Plif Plouf