Gets the physical disks of a storage array.
Gets the physical disks of a storage array.
The objects returned from Get-BEStorageArrayPhysicalDisk are used
to set the DiskGroupPhysicalDisk, AddHotSparePhysicalDisk, and
RemoveHotSparePhysicalDisk parameters of the
Specifies one or more storage array values to filter the storage array physical disks. To specify multiple values, use commas to separate the values.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more enclosure values to filter the storage array physical disks. To specify multiple values, use commas to separate the values.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more slot values to filter the storage array physical disks. To specify multiple values, use commas to separate the values.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more is configured values to filter the storage
array physical disks. To specify multiple values, use commas to
separate the values.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more storage array physical disks by storage array physical disk 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 storage array physical disks by storage array physical disk 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 storage array physical disk 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 storage array object to Get-BEStorageArrayPhysicalDisk.
You can pipe a System.Guid that contains the ID of a Backup Exec storage array physical disk object to Get-BEStorageArrayPhysicalDisk.
You can pipe a Backup Exec storage array physical disk object to Get-BEStorageArrayPhysicalDisk.
Get-BEStorageArrayPhysicalDisk returns objects that represent Backup Exec storage array physical disks.
These commands configure all of the unconfigured physical disks on a storage array named "Device 0001" as hot spares.
These commands configure a disk storage group with all of the unconfigured physical disks on a storage array named "Device 0001".