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?

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-WBSummary

B.
Get-OBPolicy

C.
Get-OBJob

D.
Get-WBJob

Explanation:
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.
Incorrect:
Not B: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.
Not C:The Get-OBJob cmdlet gets a list of operations from a server as OBJob[] objects.
Not D:The Get-WBJob cmdlet gets the currently running or previous backup operation (WBJob object).



Leave a Reply 2

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


joe bloggs

joe bloggs

B

fiber

fiber

Agree, B)

Is in the explanation provided. 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.