PrepAway - Latest Free Exam Questions & Answers

You need to automate the process of adding the 20 new VMs to ProtectionGroup3

A company uses Windows Server 2012 R2 servers that have the Hyper-V role installed. The company uses a
single System Center 2012 R2 Data Protection Manager (DPM) server to back up and recover the Hyper-V
environment.
You deploy a new standalone Hyper-V host server, and then deploy 20 new virtual machines (VMs) to the host
server. You create a DPM protection group named ProtectionGroup3.
You need to automate the process of adding the 20 new VMs to ProtectionGroup3.
What should you run?

PrepAway - Latest Free Exam Questions & Answers

A.
the Windows PowerShell cmdlet Register-SCVMMManagedComputer

B.
the Windows PowerShell cmdlet Update-SCVMMManagedComputer

C.
the Windows PowerShell script AddNewStandAloneVM.ps1, and specify the Hyper-V server and
ProtectionGroup3 as parameters

D.
the Windows PowerShell script AddNewStandAloneVMToDRServer.ps1, and specify the Hyper-V server
and ProtectionGroup3 as parameters

6 Comments on “You need to automate the process of adding the 20 new VMs to ProtectionGroup3

  1. KameX says:

    Correct answer is C

    Since we only have ONE SC 2012 R2 DPM we need to use the AddNewStandAloneVM script:

    Automatically add stand-alone virtual machines

    The AddNewStandAloneVM.ps1 script does the following:
    Takes the fully qualified domain name (FQDN) of the protected server and the name of the protection group as input.

    Searches for the protected server and the protection group.

    Runs an inquiry on the server that is running Hyper-V and obtains the list of unprotected virtual machines.

    Adds this list of virtual machines to the protection group.

    Saves the changes to the protection group and exits the procedure.
    =============================================================================================

    Protecting standalone Hyper-V hosts on the Secondary DPM is done with the script for standalone servers (AddNewStandAloneVMToDRServer.ps1)




    0



    0

Leave a Reply