Windows PowerShell Cookbook
Cookbook
Download content from the web. This will print out the markup from the index page (which could then be piped through additional commands):
(new-object Net.WebClient).DownloadString("http://damienjay.com/")
Download content from the web. This will print out the markup from the index page (which could then be piped through additional commands):
(new-object Net.WebClient).DownloadString("http://damienjay.com/")