But what to enter? PowerShell to the rescue:
[System.Net.WebRequest]::DefaultWebProxy.GetProxy("http://www.test.com")...tells you what proxy the system will use for the uri provided, and that's pretty much the only one you ever have to worry about.
.net dregs from my mental teacup
[System.Net.WebRequest]::DefaultWebProxy.GetProxy("http://www.test.com")
No comments:
Post a Comment