Often Invoke-WebRequest is preferable in usage with the -UseBasicParsing parameter, if not using Invoke-RestMethod command for both performance and network savings.
But the results from these don't have the good ol' PARSEHTML method.
How can we parse html using the stated command setups?
Invoke-Webrequest $site -UseBasicParsingInvoke-RestMethod $site