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

Removes storage device pools from Backup Exec.

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

Removes storage device pools from Backup Exec.

You cannot remove system-defined storage device pools.

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 <BEStorageDevicePool[]>

Specifies one or more storage device pool 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.BEStorageDevicePool

You can pipe a Backup Exec storage device pool object to Remove-BEStorageDevicePool.

Return Value
None or BackupExec.Management.CLI.BEStorageDevicePool

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

Example
C:\PS> Get-BEStorageDevicePool "StorageDevicePool 0001" | Remove-BEStorageDevicePool

These commands remove a storage device pool named "StorageDevicePool 0001".

Related Link

Get-BEStorageDevicePool