I\'m trying to do some simple automation with Powershell, pulling link URLs from one of our company\'s local intranet pages, and then doing some work with those URLs. Eventu
Use
$ie.Document.documentElement.getElementsByClassName("underline")
and enjoy .....