Versions Compared

Key

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

...

SYNTAX

Remove-JS7Folder [-PathFolder] <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.

PARAMETERS

...

Folder

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

...

-------------------------- EXAMPLE 1 --------------------------

PS > Remove-JS7Folder -Path Folder /some/pathfolder

Removes the specified folder from the JOC Cockpit inventory.