Stop-WssBackupJob

Stop-WssBackupJob

Cancels the currently running backup job.

Syntax

Stop-WssBackupJob [ <CommonParameters>]

Detailed Description

The Stop-WssBackupJob cmdlet cancels the currently running backup job.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------------------- EXAMPLE Example 1: Stop a backup job -------------------------- Example : Stop a backup job

This command cancels the current backup job.

PS C:\> Stop-WssBackupJob

Get-WssBackupJob

Start-WssBackupJob