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

Compare with Current View Page History

« Previous Version 7 Next »

Name

Get-JS7Version

SYNOPSIS

Returns the JS7 product versions for JOC Cockpit, Controller and Agents

SYNTAX

Get-JS7Version [[-ControllerId] <String[]>] [[-AgentId] <String[]>] [<CommonParameters>]

DESCRIPTION

The cmdlet returns the version of the JS7 JOC Cockpit, Controller and Agents.

The following REST Web Service API resources are used:

* /joc/versions

PARAMETERS

ControllerId

-ControllerId <String[]>

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

AgentId

-AgentId <String[]>

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

about_JS7

EXAMPLES

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

PS > Get-JS7Version

Returns the JS7 JOC Cockpit, Controller and Agent versions.

  • No labels