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

Gets the registered OpenStorage server types installed on the Backup Exec server.

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

Gets the registered OpenStorage server types installed on the Backup Exec server.

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

Parameters

-BackupExecServer <BEBackupExecServer>

Specifies which Backup Exec server to get the OpenStorage 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-BEOpenStorageServerType.

Return Value
System.String

The registered OpenStorage server types.

Example
C:\PS> Get-BEOpenStorageServerType

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

Related Link

New-BEOpenStorageDevice