Versions Compared

Key

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

...

Restore-JS7InventoryItem [-Path] <String> [-Type] <String> [[-NewPath] <String>] [[-Prefix] <String>] [[-Suffix] <String>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

-Type <String>
Specifies the object type which is one of:

* WORKFLOW
* JOBCLASS
* LOCK
* JUNCTION
* FILEORDERSOURCE
* WORKINGDAYSCALENDAR
* NONWORKINGDAYSCALENDAR
* SCHEDULE

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

NewPath

-NewPath <String>
Optionally specifies the new path for the restored object. If this parameter is not used then the original path will be restored.
If a path with the same hierarchy and name exists then the removed path cannot be restored. You could consider to use the -Prefix
and -Suffix parameters to create unique folder names.

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

Prefix

-Prefix <String>
Optionally specifies a prefix that is prepended to the restored object's path. If the same path alreadyy exists then incremental numbers will be added
to the prefix until a unique path is created.

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

Suffix

-Suffix <String>
Optionally specifies a suffix that is appended to the restored object's path. If the same path alreadyy exists then incremental numbers will be added
to the suffix until a unique path is created.

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

AuditComment

-AuditComment <String>
Specifies a free text that indicates the reason for the current intervention, e.g. "business requirement", "maintenance window" etc.

The Audit Comment is visible from the Audit Log view of JOC Cockpit.
This parameter is not mandatory, however, JOC Cockpit can be configured to enforce Audit Log comments for any interventions.

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

...

-AuditTimeSpent <Int32>
Specifies the duration in minutes that the current intervention required.

This information is visible with the Audit Log view. It can be useful when integrated
with a ticket system that logs the time spent on interventions with JobScheduler.

Required?false
Position?47
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-AuditTicketLink <Uri>
Specifies a URL to a ticket system that keeps track of any interventions performed for JobScheduler.

This information is visible with the Audit Log view of JOC Cockpit.
It can be useful when integrated with a ticket system that logs interventions with JobScheduler.

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

...