PSOL: Read web page
If you need to output something from a webpage via Powershell, then .NET is a easy way to do it.
Write-Host ([String] (New-Object Net.WebClient).DownloadString('http://snowland.se/demo/'))
If you need to output something from a webpage via Powershell, then .NET is a easy way to do it.
Write-Host ([String] (New-Object Net.WebClient).DownloadString('http://snowland.se/demo/'))