Backup Exec Management Command Line Interface Help
Rename-BERoboticLibraryDevice Cmdlet
Synopsis

Renames a robotic library device in Backup Exec.

Syntax
Rename-BERoboticLibraryDevice [-InputObject] [<BERoboticLibraryDevice>] [[-NewName] [<String>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Renames a robotic library device in Backup Exec.

Parameters

-InputObject <BERoboticLibraryDevice>

Specifies the robotic library device object to rename.


Required true
Position 0
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-NewName <String>

Specifies the new name to assign to the robotic library device object.


Required false
Position 1
Accepts pipeline input false
Accepts wildcard characters false


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BERoboticLibraryDevice

You can pipe a Backup Exec robotic library device object to Rename-BERoboticLibraryDevice.

Return Value
BackupExec.Management.CLI.BERoboticLibraryDevice

Rename-BERoboticLibraryDevice returns an object that represents the robotic library device that was renamed.

Example
C:\PS> Get-BERoboticLibraryDevice "Device 0001" | Rename-BERoboticLibraryDevice -NewName "Device 0002"

These commands rename a robotic library device named "Device 0001" to "Device 0002".

Related Link

Get-BERoboticLibraryDevice