2 weeks ago
Hello,
Has anyone found a way to configure this using a config profile or script now that the airport command has been deprecated? I'm trying to configure this setting:
Thanks!
--Josh
Solved! Go to Solution.
2 weeks ago - last edited 2 weeks ago
This was working. We use it to manage these settings in student labs.
Domain: com.apple.MCX
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RequireAdminForAirPortNetworkChange</key>
<true/>
<key>RequireAdminForIBSS</key>
<true/>
<key>RequireAdminToTurnAirPortOnOff</key>
<true/>
</dict>
</plist>
2 weeks ago - last edited 2 weeks ago
This was working. We use it to manage these settings in student labs.
Domain: com.apple.MCX
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RequireAdminForAirPortNetworkChange</key>
<true/>
<key>RequireAdminForIBSS</key>
<true/>
<key>RequireAdminToTurnAirPortOnOff</key>
<true/>
</dict>
</plist>
2 weeks ago
Thanks, snowfox! This works great.