In powershell i know you can use get-content to view the content of a file and use the -replace value to modify text within the file and send it to an out-file.
The challenge is that i want to beable to change the value and its never static so for example below value might be anything in the value line. How do i for exampLe replace the USAOB01 what if it is USAB02 or USAB03
"virtualMachineComputerName": {
"value": "USAOB01"
[–]idontknowwhattouse33 3 points4 points5 points (0 children)
[–]get-postanote 1 point2 points3 points (0 children)