From https://stackoverflow.com/questions/29930191/powershell-remove-html-tags-in-string-content
$string -replace '<[^>]+>',''