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

B.
Get-WBSummary

C.
Get-OBPolicy

D.
Get-WBJob



Leave a Reply 2

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


fiber

fiber

Right C) https://technet.microsoft.com/en-us/library/hh770406(v=wps.630).aspx

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.
Once the changes have been made to the policy object, the updated policy should be set as the current one using the Set-OBPolicy cmdlet.