Extracting HTML table from a web page (or HTML file) and converting it into PowerShell object
Several months ago I've created ConvertFrom-HTMLTable function for helping me extract HTML tables from locally saved HTML files or live web pages and convert them into usable PowerShell objects. So it is not a new function but I think it deserves a ...
JustBry
This looks great; think this will work on html email that contains a table?
~JB