Name
Get-JobSchedulerVersion
SYNOPSIS
Returns the JobScheduler Master version
SYNTAX
Get-JobSchedulerVersion [-NoCache] [<CommonParameters>]
DESCRIPTION
The cmdlet returns the version of the JobScheduler Master.
PARAMETERS
NoCache
-NoCache <SwitchParameter>
Specifies that the cache for JobScheduler objects is ignored.
This results in the fact that for each Get-JobScheduler* cmdlet execution the response is
retrieved directly from the JobScheduler Master and is not resolved from the cache.
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > Get-JobSchedulerVersion
Returns the JobScheduler version.