PowerShell to parse HTML Table
I've hit an interesting problem that has eluded me thus far. I'm trying to extract specific information from a local html document. It's essentially a series of tables, and I only need specific values. I've imported the document using $sourcePath…