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
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
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>
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>
Thanks, snowfox! This works great.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.