Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Find text on a web page

$
0
0

It's possible it's just in the BODY. You can just try:

$data.ParsedHtml.getElementsByTagName("body").InnerHTML

See if that contains the server data, then it's just parsing it


Viewing all articles
Browse latest Browse all 13067

Trending Articles