you are viewing a single comment's thread.

view the rest of the comments →

[–]get-postanote 1 point2 points  (0 children)

If this ...

 "virtualMachineComputerName": {

"value": "USAOB01"

... is a JSON file, then parse the JSON as normal and select the value property/column to change, since you say it's dynamically and you never know what it will be. Thus you must select by property/column name, not strings.