Installation, Storage, and Compute with Windows Server 2016 — Question 37
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?
Answer options
- A. Add-VMNetworkAdapterAcl
- B. Set-VMNetworkAdapter
- C. New-VMResourcePool
- D. Set-VMNetworkAdapterRoutingDomainMapping
Correct answer: A
Explanation
The correct answer is A because the Add-VMNetworkAdapterAcl cmdlet allows you to define Access Control Lists (ACLs) for network adapters, which can help track specific network traffic. Options B and D are related to configuring network adapter settings but do not specifically address traffic monitoring. Option C, New-VMResourcePool, is used for managing resource allocation but does not pertain to network traffic tracking.