WiFiProfileManagement
WiFiProfileManagement copied to clipboard
Module used for management of wireless profiles
Thank you for making all these P.S. available, but I realized when creating new profiles, setting new profiles I do not see possible to add the user and the user...
``` PS C:\Users\username> Install-Module -Name wifiprofilemanagement Untrusted repository You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy value by running the Set-PSRepository...
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...
Using command: `Remove-WiFiProfile -ProfileName ` Return code: -37104 Remove-WiFiProfile : Exception calling "ShouldProcess" with "1" argument(s): "Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available." At...
Looking to retrieve a value based on whether a WifiProfile was successfully removed or their was an error. For instance if the Profile did not exist I want to have...
Why is https://github.com/jcwalker/WiFiProfileManagement/blob/dev/Public/Set-WiFiProfile.ps1#L18 limited to `"PEAP"(aka MSCHAPv2) or "TLS".`? I'm curious if this is a Powershell limitation or just a feature not yet considered for this project.
Would it be possible make a command0 that showed which wifi-network you were connected to? Something like Get-WifiConnectedProfile or Get-WifiConnection?
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! ``` PS C:\> New-WiFiProfile -ProfileName...
Get-WiFiProfile and Get-WifiAvailableNetwork return a ProfileName. I'd like to understand how this corresponds to other similar names. I have attached a screenshot to illustrate my questions. 1. Is ProfileName the...