WifiManager.ps1
is a PowerShell menu script designed to package and update Wifi settings on endpoints.
User guide: Click here
Download from GitHub as ZIP
Or Go to GitHub here and click Code
(the green button) > Download Zip
Features
Use this menu-based script to easily add (remove) standard Wifi profiles to your Windows endpoints. It can be run interactively or via script.
- Uses a CSV
WifiManager Updates.csv
to add (and remove) wifi known networks in Windows. - Can be integrated and deployed using the IntuneApp deployment system or other package manager.
Installation
- Clone or download this repository.
- Place the
WifiManager
folder in a directory of your choice.
Usage
- Double-click
WifiManager.cmd
or run theWifiManager.ps1
in PowerShell. - On the menu choose E to edit the list of wifis to add or remove.
- To test it interactively use I to install the signals.
- If you are integrating this into the larger IntuneApp system, use the S menu option to prep the settings file for that system.
Notes:
The script is careful about making changes, so that it can be run repeatedly, skipping items that are already OK.
More info here: www.itautomator.com