Stop-VBOCopyJob
Short Description
Stops running backup copy jobs.
Syntax
Detailed Description
This cmdlet stops a running backup copy job.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Job | Specifies a backup copy job that you want to stop. | Accepts the VBOCopyJob object. To get this object, run the Get-VBOCopyJob cmdlet. | True | Named | True (ByValue) | False |
RunAsync | Defines that the command returns immediately without waiting for the task to complete. | SwitchParameter | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Example 1. Stopping Backup Copy Job
This example shows how to stop the backup copy job.
Perform the following steps:
|
Related Commands