Get-WssBackupSystemRecovery

Gets a bare metal restore option from a scheduled backup policy.

Syntax

Get-WssBackupSystemRecovery
   [-BackupPolicy] <ScheduledBackupPolicy>

Description

The Get-WssBackupSystemRecovery cmdlet gets a value that indicates whether a backup policy can perform bare metal restore operations. It gets this value from a scheduled backup policy. A bare metal restore operation restores a full operating system, including critical volumes, from a backup.

Examples

Example 1: Get bare metal restore options from a backup policy

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

This command gets the bare metal restore option from the scheduled backup policy that is stored in the variable named $ContosoBUPolicy25.

Parameters

-BackupPolicy

Specifies the scheduled backup policy for which to display information.

Type:ScheduledBackupPolicy
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False