Versions Compared

Key

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

...

Removes a folder from the JOC Cockpit inventory.

SYNTAX

Remove-JS7Folder [-Folder] <String> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

This cmdlet marks for deletion a folder and its contents, i.e. deployable and releasable objects
in the JOC Cockpit inventory.

The objects from the folder are not immediately erased, instead this change has to be committed:

* For deployable objects use of the cmdlet the Publish-JS7DeployableItem cmdlet with the -Delete switch is required.
* For releasable objects use of the cmdlet the Publish-JS7ReleasableItem cmdlet with the -Delete switch is required.

The following REST Web Service API resources are used:

* /inventory/remove/folder

PARAMETERS

Folder

-Folder <String>
Specifies the folder and optionally sub-folders to be removed.

...