You need to log the amount of system resources used by …

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

Your network contains an Active Directory domain named contoso.com. The domain contains Server 2012 R2
and has the Hyper-V server role installed.
You need to log the amount of system resources used by 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:
The Enable-VMResourceMeteringcmdlet collects resource utilization data for a virtual machine or resource
pool.



Leave a Reply 1

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


fiber

fiber

Enable-VMResourceMetering. Starts collecting data on a per virtual machine basis.
Disable-VMResourceMetering. Disables resource metering on a per virtual machine basis.
Reset-VMResourceMetering. Resets virtual machine resource metering counters.
Measure-VM. Displays resource metering statistics for a specific virtual machine.