Get-VBRRecoveryMediaTarget
Short Description
Returns available bootable media for creating Veeam Recovery Media.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides 3 parameter sets.
- For getting all available bootable media:
- For getting available bootable media by name:
- For getting available bootable media by type (RemovableDevice/OpticalDrive):
Get-VBRRecoveryMediaTarget [-Type <VBRRecoveryMediaType[]> {RemovableDevice | OpticalDrive}] [<CommonParameters>] |
Detailed Description
This cmdlet returns available bootable media for creating Veeam Recovery Media. You can get the list of all media or search for instances directly by name or type.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Name | Specifies the array of bootable media names. The cmdlet will return available bootable media with these names. | False | Named | True (ByProperty | True |
Type | Specifies the array of bootable media types:
The cmdlet will return available bootable media of these types. | False | Named | True (ByProperty | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
VBRRecoveryMediaTarget[]
Example 1
This command returns all available bootable media.
Example 2
This command returns all attached removable storage devices that can be used for creating Veeam Recovery Media.