Microsoft TS: Windows Server 2008 R2, Server Virtualization - 070-659 FREE EXAM DUMPS QUESTIONS & ANSWERS
A company has a Windows Server 2008 R2 Hyper-V server environment. The environment is managed by using Microsoft Machine Manager (VMM) 2008 R2.
An existing virtual machine (VM) named VM04 must be cloned
You need to clone VM04 to VM03.
System Center Virtual to a new VM, named VM03, on the same host. The VM must be stored on a local disk.
How should you build a set of PowerShell commands to achieve this goal? (To answer, drag the appropriate phrase from the list of answer chores to the correct location or locations in the answer area.)

Select and Place:

An existing virtual machine (VM) named VM04 must be cloned
You need to clone VM04 to VM03.
System Center Virtual to a new VM, named VM03, on the same host. The VM must be stored on a local disk.
How should you build a set of PowerShell commands to achieve this goal? (To answer, drag the appropriate phrase from the list of answer chores to the correct location or locations in the answer area.)

Select and Place:

Correct Answer:

Explanation:
(Question is open to discussion)
Answer changed 12/06/2012 FROM Get-VMMServer, Get-VM,
VM04, Set-VM, VM03 TO Get-VMMServer, Get-VM,
VM04, Get-VMHost, VM03
Windows commands Get-VMMServer (Windows cmd)
Connecting to the Virtual Machine Manager Server Applies To: Virtual Machine Manager 2008, Virtual Machine Manager 2008 R2, Virtual Machine Manager 2008 R2 SP1 You can display Help about System Center Virtual Machine Manager (VMM) cmdlets at any time in the Windows PowerShell - Virtual Machine Manager command shell. However, you can use the VMM cmdlets only after you connect to a VMM server. Connecting to a VMM server retrieves the server object from the VMM database and gives you access to all the other objects in the database. You retain access to the objects in the database until you close the server connection, which you can do by closing the VMM command shell.
To connect to the Virtual Machine Manager server
Type the following command, and then review the output. Replace the placeholders with your own server and domain names:
Get-VMMServer -Computername "<YourVMMServerName>.<YourDomainName>.com"
When the command has successfully completed, the server object is returned. The command shell displays information about the properties of the VMM server object. And, you are connected to the VMM database that is provided by the VMM server. If a command does not work in the command shell, run the command to connect to the VMM server again. If you encounter problems, open the Services tool in Administrative Tools, and then restart the VMM service. Or, restart the service in the command shell. For information about how to restart a service in the command shell, type Get-Help Restart-Service -detailed. If you are working on the server on which VMM is installed, you can substitute "localhost" for the fully qualified domain name (FQDN). You cannot do this if you are accessing the server remotely. To connect to Virtual Machine Manager if it is installed on the local host Type the following command, and then review its output: Get-VMMServer -Computername localhost
http://technet.microsoft.com/en-us/library/cc764276.aspx
Virtual Machines (Windows cmd)
Set-Vm
Change the configuration of a VM
Set-VM -VM (Get-VM -Name "Win XP SP1") -Name "Win XP SP2" -GuestId "winXPProGuest"
-Description "My updatedWin XP virtual machine."
The Set-VM cmdlet configures a virtual machine.
Examples
Example 1
Configures virtual machine TestVM to shut down when the Hyper-V host shuts down.
PS C:\> Set-VM -Name TestVM -AutomaticStopAction Shutdown
Example 2
Stops virtual machine TestVM, sets it to use dynamic memory, sets its maximum amount of memory to
2GB, sets it to use 2 virtual processors, and starts it.
PS C:\> Stop-VM -Name TestVM -Passthru | Set-VM -ProcessorCount 2 -DynamicMemory -
MemoryMaximumBytes 2GB -Passthru | Start-VM
Provision VM (Windows cmd)
VI PowerScripter
To create a new VM (Windows cmd)
$esxhost = Get-VMHost "ESXHost01 .mydomain.com"
New-VM -Name XPVM -VMHost $esxhost -DiskMB 4000 -MemoryMB 256
Creates a new virtual machine.
Examples
Example 1
Creates a new virtual machine named new 1 that has 512MB of memory.
PS C:\> New-VM -Name "new 1" -MemoryStartupBytes 512MB
Example 2
Creates a virtual machine named new 2 that has 1GB of memory and that is connected to a new 40GB
VHDX file.
PS C:\> New-VM -Name "new 2" -MemoryStartupBytes 1GB -NewVHDPath d:\vhd\base.vhdx
Example 3
Creates a virtual machine named new 3 that has 1GB of memory and is connected to an existing VHDX file.
PS C:\> New-VM -Name "new 3" -MemoryStartupBytes 1GB -VHDPath d:\vhd\BaseImage.vhdx
To Remove a VM:
Remove-VM ( Get-VM "myVM" ) -DeleteFromDisk
Templates (Windows cmd)
$template = Get-Template -Name Templ* -Location (Get-Datacenter DC)
Remove-Template -
Template $template
New-Template -VM ( Get-VM XPVM ) -Name Template01 -Location (Get-Datacenter DC)
Set-Template -Template $template -ToVM
# convert Template to VM
How to Create a Virtual Machine Template http://technet.microsoft.com/en-us/library/bb740832.aspx
Guest Customization Specification $osspec = Get-OSCustomizationSpec WinXP
# reads Guest Customization Specification object
New-VM -Name MyVM2 -Template Template01 -VMHost ESX01 -OSCustomizationSpec $osspec
other OS Customization CmdLets: New-OSCustomizationSpec Set-OSCustomizationSpec
http://technet.microsoft.com/en-us/library/cc967317
You have an internal network that is connected to an external switch.
You need to prevent the passing traffic on the switch from interfering with VLAN 100. What should you do?
You need to prevent the passing traffic on the switch from interfering with VLAN 100. What should you do?
Correct Answer: D
Vote an answer
You manage your virtual environment by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2.
You plan to install the VMM Self-Service Portal.
You need to install the prerequisite Web Server (IIS) role services.
Which two role services should you choose? (Each correct answer presents part of the solution. Choose two.)
You plan to install the VMM Self-Service Portal.
You need to install the prerequisite Web Server (IIS) role services.
Which two role services should you choose? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You use Microsoft System Center Virtual Machine Manager (VMM) 2008 R2 to perform physical -to- virtual (P2V) conversions . Your company's network includes computers that each run one of the following operating systems : Windows NT 4.0 Server with SP6a Windows 2000 Server with SP4 Windows Server 2003 with SP2 Windows Web Server 2008 R2
You need to choose the operating systems that can be converted by using the online P2V method.
Which two operating systems should you choose?
(Each correct answer presents part of the solution. Choose two.)
You need to choose the operating systems that can be converted by using the online P2V method.
Which two operating systems should you choose?
(Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are configuring failover clustering.
You need to install multipath support on the servers.
What should you do?
You need to install multipath support on the servers.
What should you do?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
A company has a two-node Microsoft Hyper-V failover cluster that runs Windows Server 2008 R2. the failover cluster has two logical unit numbers (LUNs). One of the LUNs contains virtual machines (VMs) and is using 90% of the LUN capacity. The other LUN is not using any capacity.
You create a snapshot of a running VM before you upgrade an application. You delete the snapshot in Hyper-V after you establish that there are no issues with the application upgrade. you reboot the VM. After a period of time, the VM stops responding.
You need to ensure that the VM is fully operational.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of answer choices to the answer area and arrange them in the correct order.)
Select and Place:

You create a snapshot of a running VM before you upgrade an application. You delete the snapshot in Hyper-V after you establish that there are no issues with the application upgrade. you reboot the VM. After a period of time, the VM stops responding.
You need to ensure that the VM is fully operational.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of answer choices to the answer area and arrange them in the correct order.)
Select and Place:

Correct Answer:

Explanation:
Answer changed 13/06/2012 FROM
-Off
-Migrate the VM to the free storage (LUN)
-Power On after merger completes TO
-Power off
-Power On after merge completes
-Live migration to the free storage (LUN)
Your network includes several virtual machines (VMs) that are distributed across a Windows Server 2008 R2 Hyper-V failover cluster.
You need to be able to configure the VMs in a Network Load Balancing (NLB) cluster.
What should you do on each VMs network adapter?
You need to be able to configure the VMs in a Network Load Balancing (NLB) cluster.
What should you do on each VMs network adapter?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Your company has a Microsoft Hyper-V Server 2008 R2 environment. You manage the virtual environment by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2.
A template in the VMM library can be deployed only to a host server that has a network adapter in the perimeter network (also known as DMZ).
You need to configure a host server network adapter to support the template deployment.
In the network adapter profile, which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A template in the VMM library can be deployed only to a host server that has a network adapter in the perimeter network (also known as DMZ).
You need to configure a host server network adapter to support the template deployment.
In the network adapter profile, which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,C
Vote an answer