Versions Compared

Key

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

...

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

PS > Get-JobSchedulerAgentReport JS7AgentReport -Display -DateFrom 2020-01-01

...

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

PS > Get-JobSchedulerAgentReport JS7AgentReport -Agents http://localhost:4445 -Display

...

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

PS > $report = Get-JobSchedulerAgentReport JS7AgentReport -DateFrom 2020-04-01 -DateTo 2020-06-30

...