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?
A.
Get-OBPolicy | StartOBBackup
B.
Start-OBRegistration | StartOBBackup
C.
Get-WBPolicy | Start-WBBackup
D.
Get-WBBackupTarget | Start-WBBackup
Explanation:
A) starts a backup job using a policy
B) Registers the current computer to Windows Azure Backup.
C) Not using Azure
D) Not using Azure
http://technet.microsoft.com/en-us/library/hh770406(v=wps.620).aspx
http://technet.microsoft.com/en-us/library/hh770426.aspx
http://technet.microsoft.com/en-us/library/hh770398.aspx
A
https://technet.microsoft.com/en-us/library/hh770406.aspx
https://technet.microsoft.com/en-us/library/hh770426.aspx
Confirmed
It’s A
https://technet.microsoft.com/en-us/library/hh770426.aspx
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
Odd…”which cmdlets” implies more than 1.
Correct – note the pipe character between the two commands. Of course, the second cmdlet should be start-obbackup (with a hyphen) but, typos not withstanding, there are two cmdlets there.