Versions Compared

Key

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

...

Removes objects such as workflows, schedules etc. from the JOC Cockpit inventory.

SYNTAX

Remove-JS7InventoryItem [-Path] <String> [-Type] <String> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

This cmdlet removes objects such as a workflows, schedules etc. from the JOC Cockpit inventory.

Consider to commit removals by deploying or releasing the object,
see the Publish-JS7DeployableItem and Publish-JS7ReleasableItem cmdlets.

The following REST Web Service API resources are used:

* /inventory/remove

PARAMETERS

Path

-Path <String>
Specifies the folder and sub-folders of the object.

...