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

Adds a managed Backup Exec server to a Backup Exec server pool.

Syntax
Add-BEServerToBackupExecServerPool -InputObject [<BEBackupExecServerPool[]>] [-BackupExecServer] [<BEBackupExecServer[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Adds a managed Backup Exec server to a Backup Exec server pool.

Parameters

-BackupExecServer <BEBackupExecServer[]>

The managed Backup Exec server to add to 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 Add-BEServerToBackupExecServerPool.

Return Value
BackupExec.Management.CLI.BEBackupExecServerPool

Add-BEServerToBackupExecServerPool returns a Backup Exec server pool object.

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

These commands add a managed Backup Exec server named "MyManagedServer" to a server pool named "Server Pool 0001".

Related Link

Get-BEBackupExecServerPool