Versions Compared

Key

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

...

The JobScheduler CLI provides a number of cmdlets, see PowerShell Command Line Interface CLI - Cmdlets

  • The complete list of cmdlets is available with the command:
    • PS C:\> Get-Command -Module JobScheduler
  • Cmdlets come with a full name and a short alias:
    • The full name includes the term "JobScheduler" such as in
    • PS C:\> Use-JobSchedulerMaster
    • PS C:\> Use-Master
  • Should conflicts occur with existing modules then the aliases can be removed
    • PS C:\> Remove-Item alias:Use-Master

...

Master Managment

...