Versions Compared

Key

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

...

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

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

-------------------------- EXAMPLE 2 --------------------------

C:\PS>Use-Master JobSchedulerMaster http://localhost:4444 scheduler110

Use-Master JobSchedulerMaster -Url http://localhost:4444 -Id scheduler110

...

-------------------------- EXAMPLE 3 --------------------------

C:\PS>Use-Master JobSchedulerMaster -InstallPath "C:\Program Files\sos-berlin.com\jobscheduler\scheduler110"

...

-------------------------- EXAMPLE 4 --------------------------

C:\PS>Use-Master JobSchedulerMaster -InstallPath $env:SCHEDULER_HOME

...