Windows PowerShell Cookbook
Cookbook
Download content from the web. This will print out the markup from the index page:
(new-object Net.WebClient).DownloadString("http://damienjay.com/")
Download content from the web. This will print out the markup from the index page:
(new-object Net.WebClient).DownloadString("http://damienjay.com/")