Get-VBRApplicationBackupJob
Short Description
Returns application backup policies.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRApplicationBackupJob [-Id <guid[]>] [-Name <string[]>] [-Type {OracleRMAN | SAPHANA | SAPOnOracle}] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of application backup policies.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Id | Specifies an ID of an application backup policy. | Guid[] | False | Named | False |
Name | Specifies a name of an application backup policy. | String[] | False | Named | False |
Type | Specifies the type of Veeam Plug-in to be installed on the protected computers:
Accepts VBRApplicationType type. The cmdlet will return discovered computers with applications of these types. | Accepts VBRApplicationType type. | 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
This cmdlet returns the VBRApplicationBackupJob[] object that contains settings of application backup policies.
Examples
Example 1. Getting all Application Backup Policies
This command returns an array of all application backup policies that are added to Veeam Backup & Replication.
|
Example 2. Getting Veeam Agent Backup Job by Name
This command returns the Plugin Policy 05 application backup policy.
|