Versions Compared

Key

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

...

Use-JobSchedulerMaster [-Url <String> <Uri>] [-Id <String>] [-InstallPath <String>] [-BasePath <String>] [[-EnvironmeEnvironmentV
ntVariablesScript ariablesScript] <String>] -Remote <CommonParameters>

...

  • For a local Master that is installed on the local computer the cmdlet reads
    settings from the installation path.
  • For a remote Master the parameter -Remote has to be used with the -Id and -Url
    parameters to specify the instance.

For a

PARAMETERS

Url

-Url <String><Uri>
Specifies the Url for which a JobScheduler Master is available.

...

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

C:\PS>Use-Master http://somehostlocalhost:4444

Allows to manage a JobScheduler Master that is operated on the same or on a remote host.
This includes to manage Master instances that are running e.g. in a Linux box.

...