Versions Compared

Key

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

...

Removes an Agent from a Controller and from JOC Cockpit.

SYNTAX

Remove-JS7Agent [-AgentId] <String> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

This cmdlet removes an Agent. It is required to complete or to cancel any orders attached the Agent
prior to removing the Agent.

The following REST Web Service API resources are used:

* /agent/remove

PARAMETERS

AgentId

-AgentId <String>
Specifies a unique identifier for an Agent. This identifier cannot be modified during the lifetime of an Agent.
In order to modify the Agent identifier the Agent has to be removed and added.

...