1
votes

I am writing a script using PowerShell to connect to an URL in order to read from a table located in VMware's Build Numbers and Versions of VMware ESXi. Any samples or turn-key code available would be appreciated.

Lipotech

Look at Invoke-WebrequestScepticalist
Once I connect to the URL, using Invoke-Webrequest, can you give me an example of a construct that can be used to read from the XML table published on the site and write it to an excel file. I know how to handle the headers.Lipotech