Stop-VSBJob (obsolete)
Short Description
Stops running SureBackup job.
Note |
|
This cmdlet is obsolete. Run the |
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VSBJob [[-Job] <CSbJob[]>] [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet stops a running SureBackup job. The job is stopped once, the scheduled SureBackup job will start the next scheduled time.
Run the Start-VSBJobStarts a created SureBackup job. This cmdlet is obsolete. Run the Start-VBRSureBackupJob cmdlet instead. cmdlet to start the job manually.
Run the Stop-VBRJobStops a running backup, replication or copy job. cmdlet to stop a backup, replication or copy job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of the SureBackup jobs. The cmdlet will stop these jobs.
Accepts the |
|
False |
0 |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
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. Stopping Specific SureBackup Job [Using Pipeline]
|
This example shows how to stop the
Perform the following steps:
|
Example 2. Stopping Specific SureBackup Job [Using Variable]
|
This example shows how to stop the
Perform the following steps:
|
Related Commands
Get-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead.