-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another Issue with Wi-Fi interface not found on the system #35
Comments
Hello, Could you run the following commands to investigate?
This will enter the module's scope so we can utilize the underlying classes and query for the interface ourselves. I assume $wifiinterfacelist will be blank based on your issue, but we may see errors that can tell us why. |
I've got the same error when running set-wifiprofile and new-wifiprofile. Get-wifiprofile works fine.
@krzydoug i've run your commands but I just get an empty $wifiinterfacelist , no errors. |
I'm experiencing a similar issue that was described in #31 but I'm not having any WMI issues. Is this a bug? I appreciate any help!
$PSVersionTable
Get-NetAdapter
Get-NetAdapter -Name 'Wireless Network Connection' | fl
The text was updated successfully, but these errors were encountered: