- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone created a python script for changing the WPA-key on all sites for a customer?
Hi,
We have a customer with around 50 sites - all are using the same 3 SSID's. SSID "X" have the same key on all sites.
likewise for SSID "Y" and SSID "Z". Now out customer wants to change these 3 SSID wpa-keys - on all of the sites.h
At a specific date..
Is there someone that has done something like this, using python?
(new to scripting and python)
BR
/Milou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I sent you a private message.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I were to make a script, I would start off by getting a list of all networks, and then I’d get all the SSIDs on each network. For each SSID I’d check the name, and then update them with the new PSK.
Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution lies solely your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A piece of advice, for these cases where there are multiple networks with the same configurations, the use of templates helps a lot.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, this code will display PSK SSID per Network and generate a randomized password for you.
Merakicode/ChgPSKPassword at main · jadexing/Merakicode (github.com)
