Remove-VBRApplicationBackupJob
Short Description
Removes application backup policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRApplicationBackupJob [-Job] <VBRApplicationBackupJobBase[]> [<CommonParameters>] |
Detailed Description
This cmdlet removes application backup policies from Veeam Backup & Replication infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an application backup policy that you want to remove.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing Application Backup Policies
This cmdlet shows how to remove the DbsSrv2049 application backup policy from Veeam Backup & Replication infrastructure.
|
$job = Get-VBRApplicationBackupJob -Name "DbsSrv2049" Remove-VBRApplicationBackupJob -Job $job |
Perform the following steps:
- Run the
Get-VBRApplicationBackupJobReturns application backup policies. cmdlet. Specify theNameparameter value. Save the result to the$jobvariable. - Run the
Remove-VBRApplicationBackupJobcmdlet. Set the$jobvariable as theJobparameter value.
Related Commands
Get-VBRApplicationBackupJobReturns application backup policies.