tommmy_s
‎04-24-2024
New Contributor

Joined: April 2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am looking for a "reliable" way to find out what network is the computer using. I think I have the WiFi part working.check_wifi_status() { local wifi_interface=$(networksetup -listallhardwareports | grep -A 1 Wi-Fi | awk '/Device:/ {print $2}') if ...
I've seen many admins using the following command to allow non-admins to make changes to the network preferences. security authorizationdb write system.preferences.network allow Any of the admins here making changes to authorizationdb to allow non-ad...