Hi all,
I am interested in setting SSID order within Macbooks. So I searched JAMFNation (as I do) and I actually found the answer.
https://www.jamf.com/jamf-nation/discussions/18223/re-order-wifi-preferred-networks
So within this chat, the solution is provided as a python script, which I am very happy about. I have tested this within JAMF Pro 10.6, it works as expected.
But I would like to change the
PreferredSSIDs = ["SSID_1", "SSID_2", "SSID_3"]
line to be
PreferredSSIDs = ["$4", "$5", "$6"]
so that future JAMF Pro admin can easily see the listed SSID within the policy.
But $4, $5, $6 do not work in python script :(
Would any of you know how to read the $4, $5, etc parameter and parse it to the python script?