Versions Compared

Key

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

...

Rename a folder in the JOC Cockpit inventory.

SYNTAX

Rename-JS7Folder [-Path] <String> [-Name] <String> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

DESCRIPTION

This cmdlet renames a foldler folder in the JOC Cockpit inventory.

...

-Path <String>
Specifies the directory and sub-directories of the folder. folder - optionally including sub-folders - that should be rename

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

...

-Name <String>
Specifies the new directory and sub-directories of the folder name.

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

...

Renames the specified folder including e.g. to move a sub-folder to a different folder.