WiFi PowerShell Modules

WiFi management from the CLI sucks. Here is your friend: WiFi PowerShell Modules.

NOTE: They are a work in progress, they're far from perfect at the moment. Although they do function.

New-Item -Path "C:\Program Files\WindowsPowerShell\Modules\WiFi" -ItemType Directory -ErrorAction SilentlyContinue | Out-Null; cd "C:\Program Files\WindowsPowerShell\Modules\WiFi"; Invoke-WebRequest -Uri 'https://git.icanhazfiles.com/cmyron/wifi-powershell-module/-/raw/main/WiFi.psm1?inline=false' -OutFile '.\WiFi.psm1'; Import-Module WiFi

Source Code: https://git.icanhazfiles.com/cmyron/wifi-powershell-module