powershell - download url content - Stack Overflow
As already answered in http://stackoverflow.com/a/35202299/4636579, but with a mandatory Proxy and the credentials. Without proxy, it would be: $url="http://aaa.bbb.ccc.ddd/rss.xml" $WebClient = New-Object net.webclient $path="C:\Users\hugo\xm...