markhallen
6/7/2017 - 10:11 AM

From https://stackoverflow.com/questions/29930191/powershell-remove-html-tags-in-string-content

$string -replace '<[^>]+>',''