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

Sets the properties for a storage device pool in Backup Exec.

Syntax
Set-BEStorageDevicePool -InputObject [<BEStorageDevicePool[]>] [-Description [<String>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Sets the properties for a storage device pool in Backup Exec.

Parameters

-Description <String>

Specifies the description for the storage device pool.


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 Set-BEStorageDevicePool.

Return Value
BackupExec.Management.CLI.BEStorageDevicePool

Set-BEStorageDevicePool returns an object that represents the changed storage device pool.

Example
C:\PS> Get-BEStorageDevicePool -Name "Storage Pool 0001" | Set-BEStorageDevicePool -Description "Test Pool"

These commands change the description of a storage pool named "Storage Pool 0001" to "Test Pool".

Related Link

Get-BEStorageDevicePool