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

Removes storage array devices from Backup Exec.

Syntax
Remove-BEStorageArrayDevice -InputObject [<BEStorageArrayDevice[]>] [-PassThru [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Removes storage array devices from Backup Exec.

Parameters

-PassThru <SwitchParameter>

Passes the removed object to the pipeline. By default, this cmdlet does not generate any output.


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


-InputObject <BEStorageArrayDevice[]>

Specifies one or more storage array device objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.


Required true
Position Named
Accepts pipeline input true (ByValue)
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 Remove-BEStorageArrayDevice.

Return Value
None or BackupExec.Management.CLI.BEStorageArrayDevice

When you use the PassThru parameter, Remove-BEStorageArrayDevice returns an object that represents the storage array device that was removed. Otherwise, this cmdlet does not generate any output.

Example
C:\PS> Get-BEStorageArrayDevice "Device 0001" | Remove-BEStorageArrayDevice

These commands remove a storage array device named "Device 0001".

Related Link

Get-BEStorageArrayDevice