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

Creates a new Backup Exec server pool.

Syntax
New-BEBackupExecServerPool [-Name] [<String>] [-Description [<String>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Creates a new Backup Exec server pool.

Parameters

-Description <String>

Specifies the description for the Backup Exec server pool.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Name <String>

Specifies the name of the new Backup Exec server pool.


Required true
Position 0
Accepts pipeline input true (ByValue ByPropertyName)
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
System.String

You can pipe a string that contains the name of the Backup Exec server pool object to create to New-BEBackupExecServerPool.

Return Value
BackupExec.Management.CLI.BEBackupExecServerPool

New-BEBackupExecServerPool returns the Backup Exec server pool that was created.

Example
C:\PS> New-BEBackupExecServerPool -Name "Server Pool 0001".

This command creates a Backup Exec server pool named "Server Pool 0001".