Had a student that violated our AUP so we turned her wifi off using managed preferences. I'm now having issues getting it turned back on. I know it uses the com.apple.MCXAirPort DisableAirPort plist but I'm not sure how to turn her wireless back on now. I did sudo jamf removeframework to see if that would work but it still does the same thing. is it as simple as a
defaults write com.apple.MCXAirPort DisableAirPort false
? I've tried that and it doesn't seem to do anything.