如何在 Windows Server 中使用 Powershell 在网络适配器上设置混杂模式?

如何在 Windows Server 中使用 Powershell 在网络适配器上设置混杂模式?

使用 PowerShell可以轻松检查PromiscuousMode物理网络接口的状态:

Get-NetAdapter | Select InterfaceDescription, PromiscuousMode

然而如何启用/禁用)PromiscuousMode在 PowerShell 中的物理网络适配器上?

网络适​​配器基于 Intel X722,使用最新驱动程序。

相关内容