Networking with Windows Server 2016 — Question 144
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has two network adapters that are Remote Direct Memory Access (RDMA)- enabled.
You need to verify whether Switch Embedded Teaming (SET) is enabled.
Which cmdlet should you use?
Answer options
- A. Get-NetworkSwitchFeature
- B. Get-VMNetworkAdapter
- C. Get-VMSwitch
- D. Get-VMNetworkAdapterFailoverConfiguration
Correct answer: C
Explanation
The correct cmdlet to check if Switch Embedded Teaming (SET) is enabled is Get-VMSwitch, as it provides information about the virtual switches and their configurations, including SET. The other options do not specifically check for SET; Get-NetworkSwitchFeature is used for general switch features, Get-VMNetworkAdapter deals with individual network adapters, and Get-VMNetworkAdapterFailoverConfiguration focuses on failover settings.