Versions Compared

Key

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

...

Rename-JS7InventoryItem [-Path] <String> [-Type] <String> [-NameNewPath] <String> [-Overwrite] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

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

...

NewPath

-Name NewPath <String>
Specifies the new name path of the object, e.g. the path and name of a workflow. Absolute and relative paths can be specified.

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

Overwrite

-Overwrite <SwitchParameter>
Specifies that an existing path that is the target of the rename operation will be overwritten.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...