Backup Exec Management Command Line Interface Help
Get-BECloudStorageServerType Cmdlet
Synopsis

Gets the registered cloud storage server types installed on the Backup Exec server.

Syntax
Get-BECloudStorageServerType [-BackupExecServer [<BEBackupExecServer>]] [<CommonParameters>]
Description

Gets the registered cloud storage server types installed on the Backup Exec server.

The values returned by Get-BECloudStorageServerType can be used as the value for the ServerType parameter for the New-BECloudStorageDevice command.

Parameters

-BackupExecServer <BEBackupExecServer>

Specifies the Backup Exec server to get the cloud storage server types from.


Required false
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEBackupExecServer

You can pipe a Backup Exec server object to Get-BECloudStorageServerType.

Return Value
System.String

The registered cloud storage server types.

Example
C:\PS> Get-BECloudStorageServerType

This command gets all of the cloud storage server types registered on the local Backup Exec server.

Related Link

New-BECloudStorageDevice