You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

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
Accept pipeline input? false
Accept wildcard characters?

about_jobscheduler

EXAMPLES

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

C:\PS>Get-Version

Returns the JobScheduler version.

  • No labels