Invoke-WebRequest prequel alternative: System.Net.WebClient
The newest version of Powershell, 4.0, includes the Invoke-WebRequest cmdlet to retrieve data using the http protocol and its derivatives. If you do not work for Microsoft and because of the systems you are facing to, need to be compatible with previous versions, the following one-liner can easily replace it […]