Backup Exec Management Command Line Interface Help
Add-BEDeviceToStorageDevicePool Cmdlet
Synopsis

Adds a device to a storage device pool in Backup Exec.

Syntax
Add-BEDeviceToStorageDevicePool -DiskStorageDevicePool [<BEDiskStorageDevicePool>] [-DiskStorageDevice] [<BEDiskStorageDevice[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]

Add-BEDeviceToStorageDevicePool -TapeStorageDevicePool [<BETapeStorageDevicePool>] [-TapeDriveDevice] [<BETapeDriveDevice[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]

Add-BEDeviceToStorageDevicePool -DiskStorageDevicePool [<BEDiskStorageDevicePool>] [-VirtualDiskDevice] [<BEVirtualDiskDevice[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]

Add-BEDeviceToStorageDevicePool -DiskCartridgeStorageDevicePool [<BEDiskCartridgeStorageDevicePool>] [-DiskCartridgeDevice] [<BEDiskCartridgeDevice[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Adds a device to a storage device pool in Backup Exec.

Parameters

-TapeStorageDevicePool <BETapeStorageDevicePool>

Specifies a tape storage device pool to add devices.


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


-DiskStorageDevicePool <BEDiskStorageDevicePool>

Specifies a disk storage device pool to add devices.


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


-DiskCartridgeStorageDevicePool <BEDiskCartridgeStorageDevicePool>

Specifies a disk cartridge storage device pool to add devices.


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


-DiskCartridgeDevice <BEDiskCartridgeDevice[]>

Specifies a Backup Exec disk cartridge device to add to the storage device pool.


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


-DiskStorageDevice <BEDiskStorageDevice[]>

Specifies a Backup Exec disk storage device to add to the storage device pool.


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


-VirtualDiskDevice <BEVirtualDiskDevice[]>

Specifies a Backup Exec virtual disk device to add to the storage device pool.


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


-TapeDriveDevice <BETapeDriveDevice[]>

Specifies a Backup Exec tape drive device to add to the storage device pool.


Required true
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 Types
BackupExec.Management.CLI.BETapeStorageDevicePool

You can pipe a Backup Exec tape storage device pool object to Add-BEDeviceToStorageDevicePool.



BackupExec.Management.CLI.BEDiskStorageDevicePool

You can pipe a Backup Exec disk storage device pool object to Add-BEDeviceToStorageDevicePool.



BackupExec.Management.CLI.BEDiskCartridgeStorageDevicePool

You can pipe a Backup Exec disk cartridge storage device pool object to Add-BEDeviceToStorageDevicePool.

Return Value
BackupExec.Management.CLI.BEStorageDevicePool

Add-BEDeviceFromStorageDevicePool returns a Backup Exec storage device pool object.

Example
C:\PS> Get-BEStorageDevicePool "StorageDevicePool 0001" | Add-BEDeviceToStorageDevicePool "Device 0001"

These commands add a device named "Device 0001" to a storage device pool named "StorageDevicePool 0001.

Related Link

Get-BEStorageDevicePool