WifiConnectionAPI
2.0.3.0
Wifi Management, easy connect with 1 line to a wifi network
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2021 Tvanleeuwen. All rights reserved.
Package Details
Author(s)
- Tvanleeuwen
Tags
WiFi Wi-Fi Wireless Network WiFiManager WiFiConfiguration WiFiConnection WiFiProfiles WiFiScanner NetworkManagement PowerShell WiFiSecurity Radio Connectivity WiFiAutomation NetworkAdapter Automation WPA2 WPA3 EnterpriseWiFi 8021X WiFiEnterprise WiFiAuth WiFiUsernamePassword NetworkAuthentication WiFiEnterpriseAuthentication WiFiLogin EAP Radius NetworkAccessControl Bssid Ssid
Functions
Get-RadioState Set-RadioState Get-WifiDeviceInformation Get-WiFiAvailableAdapter Get-WifiConnectionProfile Remove-WifiConnectionProfile Get-WifiAvailableNetworks Search-WifiNetworks Get-WifiCurrentConection Disconnect-WifiNetwork Connect-WiFiNetwork
Dependencies
This module has no dependencies.
Release Notes
MINOR UPDATE v2.0.3.0:
- Updated the Connect-WifiNetwork add functionaltie swiching between automatic and manual with the -WifiReconnectionKind
Automatic is the default.
Connect-wifiNetwokr -ssid "WifiNetowrkName" -WifiRecoonectionKind Manual
- Added Some filtering on the networks on specifick network adapters you can use the name of the adpater for clarity
e.g:Get-WifiAvailableNetworks -DeviceName '[Your Adapter Name]'
it will then reutrn all networks availalbe for that adapter.
- Multi-Adapter Support: Target specific Wi-Fi adapters using the -Index parameter.
- Intelligent Connection: Automatically uses existing Windows profiles if available.
- Enhanced UX: Tab-completion now works with hardware names.
- Network Cache Update: New function added to Search-WiFiNetworks to update the cached list of available networks.
- Hidden Network Support: You can now connect to hidden networks using the -Hidden flag.
Because of how connecting to a hidden ssid works you need to enter the ssid when connecting to it
Example: Connect-WiFiNetwork -Hidden -bssid 11:22:33:44:55:66 -ssid "YourHiddenSSID"
Remark:The Bssid can be used to specificly target AccesPoints or the 2.4 or 5 ghz band.
FileList
- WifiConnectionAPI.nuspec
- WifiConnectionAPI.psd1
- WifiConnectionAPI.psm1