Proxy Authentication With Powershell

We all know how annoying it is working somewhere with a proxy server that requires authentication, especially as Microsoft increasingly don’t support the scenario with many of their Azure-related tools. However, it is quite possible to use authenticated proxies with .NET applications including Powershell. For the former, edit the application .config file and add <system.net> <defaultProxy useDefaultCredentials="true" /> </system.net> And for Powershell, add the following to your scripts or $profile...

2016-09-09 · 1 min · Adam