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

Gets storage array devices in Backup Exec.

Syntax
Get-BEStorageArrayDevice [[-Name] [<String[]>]] [<CommonParameters>]

Get-BEStorageArrayDevice -BackupExecServer [<BEBackupExecServer[]>] [[-Name] [<String[]>]] [<CommonParameters>]

Get-BEStorageArrayDevice [-Id] [<Guid[]>] [<CommonParameters>]

Get-BEStorageArrayDevice -InputObject [<BEStorageArrayDevice[]>] [<CommonParameters>]
Description

Gets storage array devices in Backup Exec.

Without parameters, Get-BEStorageArrayDevice gets all of the Backup Exec storage array devices. You can also specify a storage array device by storage array device name or storage array device ID (Guid) or pass a Backup Exec storage array device object through the pipeline to Get-BEStorageArrayDevice.

Parameters

-BackupExecServer <BEBackupExecServer[]>

Specifies one or more Backup Exec server objects to filter the storage array devices. Enter a variable that contains the objects, or type a command or expression that gets the objects. See Get-BEBackupExecServer.


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


-Name <String[]>

Specifies one or more storage array devices by storage array device name (wildcards accepted). To specify multiple names, use commas to separate the names.


Required false
Position 0
Accepts pipeline input false
Accepts wildcard characters true


-Id <Guid[]>

Specifies one or more storage array devices by storage array device ID (Guid). To specify multiple IDs, use commas to separate the IDs.


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


-InputObject <BEStorageArrayDevice[]>

Specifies one or more storage array device 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


<CommonParameters>

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

Input Types
BackupExec.Management.CLI.BEBackupExecServer

You can pipe a Backup Exec server object to filter storage array devices returned by Get-BEStorageArrayDevice.



System.Guid

You can pipe a System.Guid that contains the ID of a Backup Exec storage array device object to Get-BEStorageArrayDevice.



BackupExec.Management.CLI.BEStorageArrayDevice

You can pipe a Backup Exec storage array device object to Get-BEStorageArrayDevice.

Return Value
BackupExec.Management.CLI.BEStorageArrayDevice

Get-BEStorageArrayDevice returns objects that represent Backup Exec storage array devices.

Examples

Example 1

C:\PS> Get-BEStorageArrayDevice

This command gets all of the storage array devices.


Example 2
C:\PS> Get-BEStorageArrayDevice -Name "Device 01"

This command gets the storage array device named "Device 01".


Example 3
C:\PS> Get-BEStorageArrayDevice -Name "Device*"

This command gets all of the storage array devices that match the wildcard "Device*".


Example 4
C:\PS> Get-BEBackupExecServer -Local | Get-BEStorageArrayDevice

This command gets all of the storage array devices attached to the local Backup Exec server.

Related Link

Get-BEBackupExecServer


500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.