Get-WssBackupSystemRecovery
Gets a bare metal restore option from a scheduled backup policy.
Get-WssBackupSystemRecovery
[-BackupPolicy] <ScheduledBackupPolicy>
[<CommonParameters>]
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.
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.
Specifies the scheduled backup policy for which to display information.
Type: | ScheduledBackupPolicy |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.ScheduledBackupPolicy
This cmdlet indicates whether BMR is enabled.