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

Renames a storage array device in Backup Exec.

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

Renames a storage array device in Backup Exec.

Parameters

-InputObject <BEStorageArrayDevice>

Specifies the storage array 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 storage array 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.BEStorageArrayDevice

You can pipe a Backup Exec storage array device object to Rename-BEStorageArrayDevice.

Return Value
BackupExec.Management.CLI.BEStorageArrayDevice

Rename-BEStorageArrayDevice returns an object that represents the storage array device that was renamed.

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

These commands rename a storage array device named "Device 0001" to "Device 0002".

Related Link

Get-BEStorageArrayDevice