Versions Compared

Key

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

NAME

Get-JobSchedulerInventory

SYNOPSIS

Returns the JobScheduler Master inventory

SYNTAX

Get-JobSchedulerInventory [-Url <Uri>] [-InputFile <String>] [-OutputFile <String>] -Append [<CommonParameters>
]

DESCRIPTION

The cmdlet returns the inventory of JobScheduler Master instances
including information about related Agent instances.

PARAMETERS

Url

-Url <Uri>
Specifies the URL for which a Master is available. Any Agents configured for this Master
are added to the inventory output.

...

Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?

InputFile

-InputFile <String>
Specifies the location of a simple text file that includes the URLs
of JobScheduler Master instances.

...

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

OutputFile

-OutputFile <String>
Specifies the location of an output file in XML format.

...

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

Append

-Append <SwitchParameter>
Specifies that contents from an existing output file is preserved
and that the inventory information is added.

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

about_jobscheduler

EXAMPLES

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

...