PrepAway - Latest Free Exam Questions & Answers

Which Windows PowerShell cmdlets should you run on each server?

You have 30 servers that run Windows Server 2012 R2.
All of the servers are backed up daily by using Windows Azure Online Backup.
You need to perform an immediate backup of all the servers to Windows Azure Online Backup.
Which Windows PowerShell cmdlets should you run on each server?

PrepAway - Latest Free Exam Questions & Answers

A.
Get-OBPolicy | StartOBBackup

B.
Start-OBRegistration | StartOBBackup

C.
Get-WBPolicy | Start-WBBackup

D.
Get-WBBackupTarget | Start-WBBackup

Explanation:
This example starts a backup job using a policy.
Windows PowerShell
PS C:\> Get-OBPolicy | Start-OBBackup
Incorrect:
Not B. Registers the current computer to Windows Azure Backup.
Not C. Not using Azure
Not D. Not using Azure

Start-OBBackup
http://technet.microsoft.com/en-us/library/hh770406(v=wps.620).aspx

One Comment on “Which Windows PowerShell cmdlets should you run on each server?

  1. kurt says:

    Joe says:
    July 8, 2015 at 8:03 pm
    C and D are for windows backup only (online backup is what is needed) so it is between A and B.
    “All of the servers are backed up daily by using Windows Azure Online Backup” suggests that registration has already been done, therefore you have to get the existing policy and start a backup from the policy.

    Answer is A




    0



    0

Leave a Reply