Versions Compared

Key

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

...

AgentId

-AgentId <String[]>
Specifies Optionally specifies the unique identifier of the Standalone Agent or Cluster Agent.

More than one Agent can be specified by separating Agent IDs by a comma.

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

ControllerId

-ControllerId <String>
Specifies Optionally specifies the identification of the Controller to which the Standalone Agent or Cluster Agent is dedicated.

...

PS > $agent = Get-JS7Agent -AgentId 'agent_001'

Returns the indicated Standalone Agent or Cluster Agent.

...

PS > $agent = Get-JS7Agent -AgentId 'agent_001' -State 'COUPLED'

Returns the indicated Standalone Agent or Cluster Agent with the given state.