Command/Workspace/TFS/GetTfsProxySettings.ps1



Import-Module CmxModule -Force -DisableNameChecking

SetWindowTitle $MyInvocation.MyCommand.Name

Write-Output "Get the proxy settings . . . "
Write-Output "Hint: Can be configured in Visual Studio > Tools > Options > Source Control"

$tf = GetTfPath
& $tf settings proxy

# Set
# & $tf settings proxy /configure https://proxy-de-nbg-test.tfs.siemens.net:443


Read-Host "The script has finished. Press any key to exit"