Remove-VSBJob (obsolete)
Short Description
Removes a specified SureBackup job.
Note |
|
This cmdlet is obsolete. Run the |
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VSBJob [[-Job] <CSbJob[]>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes a specified SureBackup job from Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of SureBackup jobs. The cmdlet will remove these jobs.
Accepts the |
|
False |
0 |
True (ByPropertyName, ByValue) |
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes 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 Selected SureBackup Jobs [Using Pipeline]
|
This example shows how to remove the
Perform the following steps:
|
Example 2. Removing Selected SureBackup Jobs [Using Variable]
|
This example shows how to remove the
Perform the following steps:
|
Related Commands
Get-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead.