Versions Compared

Key

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

...

Use-JobSchedulerMaster [-Url <Uri>] [-Id <String>] [-InstallPath <String>] [-BasePath <String>] [[-EnvironmentV
ariablesScript] EnvironmentVariablesScript <String>] [-Credentials <PSCredential>] [[
-ProxyUrl] <Uri>] [-ProxyCredentials <PSCredential>] [-No
Cache] NoCache <CommonParameters>

DESCRIPTION

...

The URL includes one of the protocols HTTP or HTTPS and optionally the port that JobScheduler listens to, e.g. http
://localhost:4444

If JobScheduler is operated for the Jetty web server then the URLs for the JOC GUI and the command interface differ
:

...

$systemCredentials = Get-JobSchedulerSystemCredentials -TargetName 'localhost'
$credentials = ( New-Object -typename System.Management.Automation.PSCredential -Argumentlist $systemCredential
s$systemCredentials.UserName, $systemCredentials.Password )

...

The URL includes one of the protocols HTTP or HTTPS and optionally the port that proxy listens to, e.g. http://loca
lhostlocalhost:3128

Required? false
Position? 7
Default value
Accept pipeline input? false
Accept wildcard characters?

...

-ProxyCredentials <PSCredential>
Specifies a credentials object that is used for authentication with a proxy. See parameter -Credentials how to crea
te create a credentials object.

Required? false
Position? 8
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...