Versions Compared

Key

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

...

-------------------------- EXAMPLE 1 --------------------------

PS > Set-JobSchedulerCredentials JS7Credentials -UseDefaultCredentials

The implicit Windows credentials are used for authentication. No password is used or stored in memory.

-------------------------- EXAMPLE 2 --------------------------

PS > Set-JobSchedulerCredentials JS7Credentials -AskForCredentials

Specifies that the user is prompted for account and password. The password is converted to a secure string and a credentials object is created for authentication.

...