Versions Compared

Key

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

...

Get-JS7RepositoryItem

SYNOPSIS

Returns items a list of scheduling objects from a JS7 Repositorylocal Git repository.

SYNTAX

Get-JS7RepositoryItem [-Folder] <String> [-Recursive] [-Local] [<CommonParameters>]

DESCRIPTION

A list of scheduling objects such as workflows etc. are returned from a local Git repositoryItems 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.

...