Versions Compared

Key

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

...

Code Block
languagepowershell
UseConnect-JobSchedulerWebServiceJobScheduler -Url http://root:root@localhost:4446 -Id scheduler111scheduler113

Explanations

  • The user account and password separated by a colon are preceeding preceding the hostname and are separated by a @ character from the hostname. 
  • Specifying credentials like this is considered insecure. 

...