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.
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
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
Invoke-Webrequest
– Scepticalist