Versions Compared

Key

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

...

Set-JobSchedulerCredentials

SYNOPSIS

Sets credentials that are used to authenticate with When sending requests to the JobScheduler Web Servicesa JobScheduler Master then authentication might be required.

SYNTAX

Set-JobSchedulerCredentials [-UseDefaultCredentials] [-AskForCredentials] [[-Credentials] <PSCredential>] [-ProxyUseDefaultCredentials] [-ProxyAskForCredentials] [[-ProxyCredentials] <PSCredential>] [<CommonParameters>]

DESCRIPTION

Credentials are required to authenticate with the JobScheduler Web Service.
Such credentials can be specified on-the-fly with the Connect-JobScheduler cmdlet or
they can be specified with this cmdlet.

PARAMETERS

UseDefaultCredentials

...