Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The -ProxyUrl parameter specifies the host and port that the proxy server is operated for.
  • No immedidate connection attempts are carried out.

...

A proxy server can be specified with the Use-Master cmdlet to use the default credentials of the current user explicit credentials like this:

Code Block
languagepowershell
Use-Master http://somehost:4444 -ProxyUrl http://proxyhost:3128 -ProxyCredentials $credentials

...