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

Removes Backup Exec server pools.

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

Removes Backup Exec server 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 <BEBackupExecServerPool[]>

Specifies one or more Backup Exec server 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.BEBackupExecServerPool

You can pipe a Backup Exec server pool object to Remove-BEBackupExecServerPool.

Return Value
None or BackupExec.Management.CLI.BEBackupExecServerPool

When you use the PassThru parameter, Remove-BEBackupExecServerPool returns an object that represents the Backup Exec server pool that was removed. Otherwise, this cmdlet does not generate any output.

Example
C:\PS> Get-BEBackupExecServerPool -Name "Server Pool 0001" | Remove-BEBackupExecServerPool

These commands remove the Backup Exec server pool named "Server Pool 0001".

Related Link

Get-BEBackupExecServerPool