jcwalker / WiFiProfileManagement

Module used for management of wireless profiles
MIT License
93 stars 18 forks source link

A computer is returning "Wi-Fi interface not found on the system #31

Open Brodieman opened 3 years ago

Brodieman commented 3 years ago

I have a computer returning the the message in the title. There is a wireless card in it and it works. netsh wlan show interfaces returns it, screenshots attached Screenshot 2021-11-23 105058 Screenshot 2021-11-23 133726

mkht commented 3 years ago

Please let me know the results of the following commands.

$PSVersionTable
Get-NetAdapter
Get-NetAdapter -Name 'Wi-Fi' | fl
Brodieman commented 3 years ago

I will have to give this a shot on Monday. We are a school and this is a teachers laptop. They were not here today and not back until Monday. I'll let you know, thanks!

Brodieman commented 3 years ago

Screenshot 2021-11-29 072834

mkht commented 3 years ago

Looking at the results of the command execution, it seems that the WMI service on your computer is not working properly.

In general, you will need to do some work to recover from this situation, such as reinstalling the driver or rebuilding the WMI repository. In some cases, you may need to reinstall Windows.

Brodieman commented 3 years ago

I'll take a look at WMI. We have software that uses WMI to scan and gather information, not getting any other errors. Thanks!

Brodieman commented 3 years ago

Seems like you are correct, thanks and sorry!!!!