tags
psparsehtml
3 Einträge
Tags
Kategorien
3 Einträge

Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell
When you work with HTML, CSS, and JavaScript, you often meet three versions on how those are stored in files – minified, formatted, somewhe…

Getting Azure Health by parsing HTML using PSParseHTML
Some time ago I’ve wrote PowerShell way to get all information about Office 365 Service Health, and if you were thinking that I would try t…

Turn HTML tables into Excel workbooks with PSParseHTML and PSWriteOffice
Parse useful tables from an HTML page and turn them into native Excel workbooks from either PowerShell or C#.