Allow non-admins to disable automatically joining a network

tendollars
New Contributor II

Screen Shot 2022-11-04 at 2.20.20 PM.png

Have had a few occasions where certain team members at my office needed to uncheck the box to join networks automatically but then were given this admin prompt.

1 ACCEPTED SOLUTION

dmccluskey
Contributor

sudo security authorizationdb write system.preferences allow; sudo security authorizationdb write system.preferences.network allow; sudo security authorizationdb write system.services.systemconfiguration.network allow; sudo security authorizationdb write com.apple.wifi allow

View solution in original post

1 REPLY 1

dmccluskey
Contributor

sudo security authorizationdb write system.preferences allow; sudo security authorizationdb write system.preferences.network allow; sudo security authorizationdb write system.services.systemconfiguration.network allow; sudo security authorizationdb write com.apple.wifi allow