Versions Compared

Key

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

...

Explicit credentials can be specified with the Set-CredentialsJobSchedulerCredentials cmdlet like this:

Code Block
languagepowershell
Set-Credentials -Credentials $credentials

...

Explicit credentials can be specified on-the-fly with the Set-CredentialsJobSchedulerCredentials cmdlet like this:

Code Block
languagepowershell
Set-CredentialsJobSchedulerCredentials -AskForCredentials

Explanations

...