Versions Compared

Key

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

...

This cmdlet disables a Subagent. A disabled Subagent is not considered for job execution
by the Director Agent in a Subagent Cluster. Note that the Subagent remains dedicated
to its Controller. Disabling Subagents can be useful for example in case of maintenance windows
on the Subagent's computer.

The following REST Web Service API resources are used:

* /agents/inventory/cluster/subagents/dissabledisable

PARAMETERS

SubagentId

-SubagentId <String[]>
Specifies the unique identifier of the Subagent.

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

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

...