Am behind a corporate proxy server and when attempting to use TFS Power Tools 2015 to view history or indeed any operation from the explorer extension I get a "HTTP code 407: Proxy Authorization Required" when connecting to Visual Studio Team Services online @ xyz.visualstudio.com.
Encountered a similar issue with VS2015 but resolved it by using the default proxy setting as mention in an answer in this question Visual Studio Error: (407: Proxy Authentication Required)
Tried applying the same setting to TF.exe.config and TFPT.EXE.config but got no joy, the error still occurs. Any hints or tips as to how to resolve would be appreciated!
<system.net>
<settings>
<ipv6 enabled="true"/>
<servicePointManager expect100Continue="false" />
</settings>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True" />
</defaultProxy>
</system.net>