Remove-VBRPluginJob
Short Description
Removes plug-in backup jobs and plug-in backup copy jobs from the Veeam Backup & Replication infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet removes plug-in backup jobs and plug-in backup copy jobs from the Veeam Backup & Replication infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Job | Specifies an array of plug-in backup jobs and plug-in backup copy jobs. The cmdlet will remove these jobs from the Veeam Backup & Replication infrastructure. | Accepts the VBRPluginJob[] object. To get this object, run the Get-VBRPluginJob cmdlet. | True | 0 | True (ByValue) |
|
WhatIf | Specifies a list of all jobs that will be deleted. | Switch | False | Named | False |
|
Confirm | Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. | Switch | 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.
Example
Removing All Plug-in Backup Jobs and Plug-in Backup Copy Jobs
This example shows how to remove plug-in backup jobs and plug-in backup copy jobs from the Veeam Backup & Replication infrastructure.
Perform the following steps:
- Run the Get-VBRPluginJob cmdlet. Specify the Name parameter value. Save the result to the $pluginjob variable.
- Run the Remove-VBRPluginJob cmdlet. Set the $pluginjobs variable as the Job parameter value.
Related Commands