Versions Compared

Key

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

...

Use-JobSchedulerMaster [-Url <Uri>] [-Id <String>] [-InstallPath <String>] [-BasePath <String>] [[-EnvironmentVariablesScriptEnvironmentV
ariablesScript] <String>] [-Credentials <PSCredential>] [ [
-ProxyUrl] <Uri>] [-ProxyCredentials <PSCredential>] [-NoCacheNo
Cache] <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 $systemCredentials$systemCredential
s.UserName, $systemCredentials.Password )

...

The URL includes one of the protocols HTTP or HTTPS and optionally the port that proxy listens to, e.g. http://localhostloca
lhost: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 create crea
te a credentials object.

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

...