I have written a script to change the PSK password for an SSID under a specific Network Policy.
This all works fine (I'm doing it in PowerShell using the invoke-webrequest command).
The issue I'm having is I can't figure out the correct syntax to deploy the updated policy (with the changed password) to the AP's I need it deployed to.
Anyone have any luck deploying modified policies using the API?
Thanks in advance