Versions Compared

Key

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

...

A proxy server can be specified with the UseConnect-JobSchedulerMasterJobScheduler cmdlet like this:

Code Block
languagepowershell
Connect-JobScheduler http://somehost:4446 -ProxyUrl http://proxyhost:3128

...

Code Block
languagepowershell
UseConnect-JobSchedulerMasterJobScheduler http://somehost:44444446 -ProxyUrl http://proxyhost:3128 -ProxyCredentials $credentials

...