You need to log the amount of system resources usedby each virtual machine

Your network contains an Active Directory domain named contoso.com. The domain contains a server
namedServer1. Server1 runs Windows Server 2012 and has the Hyper- V server role installed.
You need to log the amount of system resources usedby each virtual machine.
What should you do?

Your network contains an Active Directory domain named contoso.com. The domain contains a server
namedServer1. Server1 runs Windows Server 2012 and has the Hyper- V server role installed.
You need to log the amount of system resources usedby each virtual machine.
What should you do?

A.
From Windows PowerShell, run the Enable-VMResourceMeteringcmdlet.

B.
From Windows System Resource Manager, enable Accounting.

C.
From Windows System Resource Manager, add a resource allocation policy.

D.
From Windows PowerShell, run the Measure-VM cmdlet.

Explanation:
Enable-VMResourceMetering – The Enable-VMResourceMeteringcmdlet starts collecting resourceutilization
data for a virtual machine or resource pool.
http://technet.microsoft.com/en-us/library/hh848481(v=wps.620).aspx
Measure-VM – The Measure-VM cmdlet reports data on processor usage, memory usage, network traffic,
anddisk capacity for one or more virtual machines.
http://technet.microsoft.com/en-us/library/hh848471(v=wps.620).aspx



Leave a Reply 2

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


FSM

FSM

A is correct.