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

Removes a managed Backup Exec server from a Backup Exec server pool.

Syntax
Remove-BEServerFromBackupExecServerPool -InputObject [<BEBackupExecServerPool[]>] [-BackupExecServer] [<BEBackupExecServer[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Removes a managed Backup Exec server from a Backup Exec server pool.

Parameters

-BackupExecServer <BEBackupExecServer[]>

Specifies the managed Backup Exec server to remove from the pool.


Required true
Position 1
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-BEServerFromBackupExecServerPool.

Return Value
BackupExec.Management.CLI.BEBackupExecServerPool

Remove-BEServerFromBackupExecServerPool returns a Backup Exec server pool object.

Example
C:\PS> Get-BEBackupExecServerPool "Server Pool 0001" | Remove-BEServerFromBackupExecServerPool -BackupExecServer "MyManagedServer"

These commands remove a managed Backup Exec server named "MyManagedServer" from a server pool named "Server Pool 0001".

Related Link

Get-BEBackupExecServerPool