Remove-VBRSureBackupJob
Short Description
Removes SureBackup jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRSureBackupJob -Job <VBRSureBackupJobBase[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes SureBackup jobs from the Veeam Backup & Replication infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of SureBackup jobs. The cmdlet will remove these jobs from the Veeam Backup & Replication infrastructure.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Removing All SureBackup Jobs
|
This example shows how to remove all SureBackup jobs from the Veeam Backup & Replication infrastructure.
Perform the following steps:
|
Example 2. Removing Specific SureBackup Jobs
|
This example shows how to remove the
Perform the following steps:
|
Related Commands
Get-VBRSureBackupJobReturns SureBackup jobs.