Get-VEORRMANBackup
Short Description
Returns backups created by Veeam Plug-in for Oracle RMAN.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
| Get-VEORRMANBackup [-Name <String[]>] [<CommonParameters>] | 
Detailed Description
This cmdlet returns an array of backups created by Veeam Plug-in for Oracle RMAN.
Parameters
| Parameter | Description | Type | Required | Position | Accept Pipeline Input | 
|---|---|---|---|---|---|
| Name | Specifies an array of backup names. The cmdlet will return RMAN plug-in backups with these names. This parameter accepts wildcard characters. | String[] | False | Named | False | 
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the IVEORRMANBackup[] array that contains backups created by Veeam Plug-in for Oracle RMAN.
Examples
Example 1. Getting All RMAN Plug-in Backups
| This command returns all backups created by Veeam Plug-in for Oracle RMAN. 
 | 
Example 2. Getting Specific RMAN Plug-in Backups
| This command returns RMAN plug-in backups with specific names. Use the wildcard * character to get all backups whose names begin with "Oracle RMAN". 
 |