1: 2: 3:
$url = "http://myserver.com/mydirectory/filecount.aspx?files=$Count" $webclient = New-Object System.Net.WebClient $webclient.DownloadString($URL) | out-null