How to check if your network is Promiscuous
- Last UpdatedMar 23, 2020
- 1 minute read
Open Windows Powershell.
-
Type the following command to list the network adapters: >Get-NetAdapter
This will show a list of adapters like the following:

In this example there are two networks. SCP was installed to Ethernet 6.
-
Type the following command to show the status of the adapters: >Get-NetAdapter | format-list -Property PromiscuousMode
This will show a list of adapters like the following:

In this example, the first network, Ethernet 6, has PromiscuousMode on.