Windows PowerShell Cookbook
Cookbook
To download from the web a la *nix wget:
(new-object Net.WebClient).DownloadString("http://somedomain.com/somepage.ext")
To download from the web a la *nix wget:
(new-object Net.WebClient).DownloadString("http://somedomain.com/somepage.ext")