Stop-WssClientBackupRepair

Stop-WssClientBackupRepair

Stops the attempt to repair a database of client computer backups.

Syntax

Stop-WssClientBackupRepair [ <CommonParameters>]

Detailed Description

The Stop-WssClientBackupRepair cmdlet stops the attempt to repair the database of client computer backups. You can use the Start-WssClientBackupRepair cmdlet to start an attempt to repair a database that is corrupt or unusable.

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 1: Stop a client backup database repair

This command stops the attempt to repair the client backup database.

PS C:\> Stop-WssClientBackupRepair

Start-WssClientBackupRepair

Enable-WssClientBackup