Versions Compared

Key

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

...

This cmdlet has to be used as the first operation with JobScheduler cmdlets
and identifies the JobScheduler Master that should be used.

Applies Optionally applies settings from a JobScheduler Master location. A Master is identified
by its JobScheduler ID and Url for which it is operated.

...

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

DESCRIPTION

...

  • 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.

...

  • operations for management of the
    Windows serivce are not available.

PARAMETERS

Url

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

...

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

Remote

-Remote <SwitchParameter>

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

about_jobscheduler

...

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

C:\PS>Use-Master http://localhostsomehost: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.

...