Resume-WssBackupPolicy

Resume-WssBackupPolicy

Resumes a scheduled task that runs a server backup in TaskScheduler.

Syntax

Parameter Set: Default
Resume-WssBackupPolicy [-BackupPolicy] <ScheduledBackupPolicy> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Resume-WssBackupPolicy cmdlet resumes a scheduled task that runs a server backup in TaskScheduler.

Parameters

-BackupPolicy<ScheduledBackupPolicy>

Specifies the scheduled backup policy to resume.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<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: Resume a server backup

This example resumes a scheduled task.

The first command gets the backup policy for the computer and stores the result in the $ContosoBUPolicy25 variable

The second command resumes the backup of the backup policy stored in $ContosoBUPolicy215.

PS C:\> $ContosoBUPolicy25 = Get-WssBackupPolicy
PS C:\> Resume-WssBackupPolicy -BackupPolicy $ContosoBUPolicy215

Disable-WssBackupPolicy

Get-WssBackupPolicy

Set-WssBackupPolicy

Suspend-WssBackupPolicy