Which cmdlet should you run?

You have a server named Server1 that runs Windows Server 2012 R2 and uses Windows Server Backup.
You need to identify whether the backups performed on Server1 support bare metal recovery.

Which cmdlet should you run?

You have a server named Server1 that runs Windows Server 2012 R2 and uses Windows Server Backup.
You need to identify whether the backups performed on Server1 support bare metal recovery.

Which cmdlet should you run?

A.
Get-OBMachineSetting

B.
GetWBVSSBackupOption

C.
Get-WBPolicy

D.
Get-OBPolicy



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Erfaan

Erfaan

I think the answer is C.
According to this https://technet.microsoft.com/en-us/library/ee706683.aspx Get-WBPolicy –> “Gets the current backup policy that is set for the computer”.

Moreover A and D are excluded since both are related to Online backup not Windows Backup.

Answer B- “Get-WBVSSBackupOption” according the same link mentioned above relates to “Gets a setting that specifies whether the backups created using the backup policy will be Volume Shadow Copy Service (VSS) copy backups or VSS full backups.

MadMilkman

MadMilkman

With Get-WBPolicy:

Schedule : {23.9.2015. 0:00:00}
BackupTargets : {D:}
VolumesToBackup : {System Reserved, Local disk (C:)}
FilesSpecsToBackup : {}
FilesSpecsToExclude : {}
ComponentsToBackup : {Host Component}
BMR : True
SystemState : True
OverwriteOldFormatVhd : True
VssBackupOptions : VssFullBackup

For trying GetWBVSSBackupOption i need policy name which i dont know 🙂

But from output of Get-WBPolicy we see: SystemState: True so i guess is C.

MadMilkman

MadMilkman

I mean “BMR : True”

Myganet

Myganet

this question was on my exam , my answer was
C.Get-WBPolicy

Nemo

Nemo

And the Question is ,you passed?