Versions Compared

Key

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

...

Adds a folder to the JOC Cockpit inventory

SYNTAX

Add-JS7Folder [-PathFolder] <String> [[-DocPath] <String>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

This cmdlet adds folders and optionally sub-folders to the JOC Cockpit inventory.

The following REST Web Service API resources are used:

* /inventory/store

PARAMETERS

...

Folder

-Path Folder <String>
Specifies the directory, sub-directories and name of the object, e.g. a workflow path. folder and optionally sub-folders that should be added.

Required?true
Position?1
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

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

PS > Add-JS7Folder -Path Folder /TestCases

Creates a folder with the path /TestCases in the JOC Cockpit inventory.