Remove-WssBackupSystemRecovery

Remove-WssBackupSystemRecovery

Removes a bare metal recovery option from a scheduled backup policy.

Syntax

Parameter Set: Default
Remove-WssBackupSystemRecovery [-BackupPolicy] <ScheduledBackupPolicy> [ <CommonParameters>]

Detailed Description

The Remove-WssBackupSystemRecovery cmdlet removes a bare metal recovery option from a scheduled backup policy. If you remove bare metal recovery from a scheduled backup policy, disaster recovery may not be possible.

Parameters

-BackupPolicy<ScheduledBackupPolicy>

Specifies the scheduled backup policy from which to remove the system recovery option.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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: Remove a bare metal recovery option from a backup policy

This command removes a bare metal recovery option from the backup policy that is stored in the variable named $ContosoBUPolicy25.

PS C:\> Remove-WssBackupSystemRecovery -BackupPolicy $ContosoBUPolicy25

Add-WssBackupSystemRecovery

Get-WssBackupSystemRecovery