- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Powershell to change SSID via API
Afternoon All
Up until yesterday, the script below (adjusted to project my API & SIte only) worked to generate a new password for one of our SSID's and change it via the API.
Not sure what has changed, but today it's not working. No error messages are coming up - it just doesn't do anything.
Does anyone have any ideas or suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As an update to this, on checking the Meraki logs themselves, it's showing that the powershell script is running and connecting but not updating
"psk": "************* (value did not change)",
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can start with running this in postman itself without the script. Run the API that changes SSID password and manually enter a value yourself and run it. You can verify if theres anything wrong on the Meraki side of things. As long as that works you can narrow it down to something in the script.
I would also say add a line to print exactly what your sending to the API and make sure that looks good too
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just wanting to include in this conversation that our team is having issues changing the PSK for a few different networks currently using the new version of the Meraki Dashboard. The old version of the dashboard is still working fine. Not sure if this may be a related issue, but definitely seems like something on the backend changing/breaking.
Edit: Want to add that this also started occurring today. We've been doing it for the past >year without issues.
