Which cmdlet should you run?

You have a Hyper-V host that runs Windows Server 2016. The host contains a virtual machine named VM1.
VM1 has resource metering enabled.
You need to use resource metering to track the amount of network traffic that VM1 sends to the 10.0.0.0/8
network.
Which cmdlet should you run?

You have a Hyper-V host that runs Windows Server 2016. The host contains a virtual machine named VM1.
VM1 has resource metering enabled.
You need to use resource metering to track the amount of network traffic that VM1 sends to the 10.0.0.0/8
network.
Which cmdlet should you run?

A.
Add-VMNetworkAdapterAcl

B.
Set-VMNetworkAdapter

C.
New-VMResourcePool

D.
Set-VMNetworkAdapterRoutingDomainMapping



Leave a Reply 5

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

fourteen − four =


Chris C

Chris C

The Enable-VMResourceMetering cmdlet starts collecting resource utilization data for a virtual machine or resource pool.

You can use the Measure-VM or Measure-VMResourcePool cmdlet to obtain this data.

If resource metering is enabled but no NetworkAdapterAcls are configured, Hyper-V configures them to measure total network traffic. To measure network traffic through an IP range, configure the NetworkAdapterAcls for the IP range before calling this cmdlet. (See Add-VMNetworkAdapterAcl for more information.)

Hum

Hum

Thanks for the explanation, Chris

youcef

youcef

thanks you

Ray T

Ray T

Very helpful comment. Thanks.

Souza MRS

Souza MRS

A.
Add-VMNetworkAdapterAcl