It's easy to check state of the PromiscuousMode
for a physical network interface using PowerShell:
Get-NetAdapter | Select InterfaceDescription, PromiscuousMode
However how to set (enable/disable) PromiscuousMode
on the physical network adapter in PowerShell ?
Network Adapters are based on Intel X722 using latest driver.
0 Answers