Microsoft Exam Questions

Which cmdlet should you run?

You have a server named Server1 that runs Windows Server 2012 R2.
A Microsoft Azure Backup of Server1 is created automatically every day.
You need to view the items that are included in the backup.
Which cmdlet should you run?

A.
Get-OBPolicyState

B.
Get-OBJob

C.
Get-OBPolicy

D.
Get-WBSummary

Explanation:
The Get-OBPolicy cmdlet gets the current backup policy that is set for the server, including the details about
scheduling backups, files included in the backup, and retention policy.
Incorrect answers:
Not A: The Get-OBPolicyState cmdlet gets the PolicyState of the current backup policy. The state can be either
Valid or Paused.
Not B: The Get-OBJob cmdlet gets a list of operations from a server as OBJob objects.
Not D: The Get-WBSummary cmdlet gets the history of the backup operations performed. Information
returned includes when the next backup is scheduled for, details for the last backup, and details of the last
successful backup. You can use this cmdlet to monitor the backups and the backup schedule on the
computer.
Technet, Get-OBPolicy
https://technet.microsoft.com/en-us/library/hh770406(v=wps.630).aspx