That worked...although I'm puzzled as to why Invoke-RestMethod did not. I retried the same steps you listed but replaced Invoke-WebRequest with Invoke-RestMethod. It worked as well. Essentially, applying the xml bracket and assigning the output of the command to a variable, let me pull out the relevant information. However, I wasn't expecting it to work that way. I had hoped the cmdlet would output the entire XML stream to the display and not need me to specify the specific data portions.
... View more