Versions Compared

Key

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

...

Removes file transfer configurations from the JOC Cockpit inventory.

SYNTAX

Remove-JS7FileTransferItem [-Name] <String> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

This cmdlet removes file transfer configurations from the JOC Cockpit inventory.

The following REST Web Service API resources are used:

* /xmleditor/read
* /xmleditor/remove

PARAMETERS

Name

-Name <String>
Specifies the name of the file transfer configuration.
The name is used to display the subtab holding the file transfer configuration in the JOC Cockpit GUI.

...