Versions Compared

Key

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

...

Get-JS7RepositoryItem

SYNOPSIS

Returns ites items from a JS7 Repository

SYNTAX

...

Items are selected from a JS7 Repository

* by the category for LOCAL or ROLLOUT scheduling objects,
* by the folder of the item location optionally including sub-folders,.

Resulting items can be forwarded to other cmdlets for pipelined bulk operations.

...

PS > $items = Get-JS7RepositoryItem -Folder /testsamples

Returns all items available with a repository of category ROLLOUT.

...

PS > $items = Get-JS7RepositoryItem -Folder /some_path samples -Recursive

Returns all items available from the folder "/some_pathsamples" folder including any sub-folders from a repository of category ROLLOUT.

...

PS > $items = Get-JS7RepositoryItem -Folder /test/globals/workflow1 samples/some_sub_folder -Local

Returns the items for scheduling objects that a are local to an the scheduling environment from the indicated folder "/test/globals".