Posted on 09-22-2014 11:20 AM
I desire to change a WiFi setting on a batch of MacBooks, all running OS X 10.9.3. Specifically, I want to check/enable "Remember networks this computer has joined".
Is this possible with CasperSuite, version 9.32?
I have found many commands to reconfigure network settings, but I have not found this specific option.
Solved! Go to Solution.
Posted on 09-22-2014 12:02 PM
Take a look at this thread. CasperSally mentions the /usr/libexec/airportd prefs command which lets you set the "RememberRecentNetworks" setting.
https://jamfnation.jamfsoftware.com/discussion.html?id=4168
Specifically, you can do this by the following:
sudo /usr/libexec/airportd prefs RememberRecentNetworks=YES
The above only works for Wi-Fi of course, but I imaging you weren't asking about this for any Ethernet connection.
Posted on 09-22-2014 12:02 PM
Take a look at this thread. CasperSally mentions the /usr/libexec/airportd prefs command which lets you set the "RememberRecentNetworks" setting.
https://jamfnation.jamfsoftware.com/discussion.html?id=4168
Specifically, you can do this by the following:
sudo /usr/libexec/airportd prefs RememberRecentNetworks=YES
The above only works for Wi-Fi of course, but I imaging you weren't asking about this for any Ethernet connection.
Posted on 09-22-2014 12:29 PM
Thanks! Now Casper can fix my imaging mistake.