Gets Backup Exec cloud storage devices.
Gets Backup Exec cloud storage devices.
Without parameters, Get-BECloudStorageDevice gets all of the Backup
Exec cloud storage devices. You can also specify a particular cloud
storage device by cloud storage device name or cloud storage device
ID (Guid) or pass a Backup Exec cloud storage device object through
the pipeline to Get-BECloudStorageDevice.
Specifies one or more Backup Exec server objects to filter the
cloud storage devices. Enter a variable that contains the objects,
or type a command or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more logon account objects to filter the cloud
storage devices. Enter a variable that contains the objects, or
type a command or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more cloud storage devices by cloud storage 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 |
Specifies one or more cloud storage devices by cloud storage 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 |
Specifies one or more cloud storage 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 |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec server object to filter cloud storage devices returned by Get-BECloudStorageDevice.
You can pipe a Backup Exec logon account object as a means to filter cloud storage devices returned by Get-BECloudStorageDevice.
You can pipe a System.Guid that contains the ID of a Backup Exec cloud storage device object to Get-BECloudStorageDevice.
You can pipe a Backup Exec cloud storage device object to Get-BECloudStorageDevice.
Get-BECloudStorageDevice returns objects that represent Backup Exec cloud storage devices.
This command gets all of the cloud storage devices.
This command gets the cloud storage device named "Device 01".
This command gets all of the cloud storage devices that match the wildcard "Device*".
This command gets all of the cloud storage devices attached to the local Backup Exec server.