Maybe something like:
networksetup -detectnewhardware
Via a policy post 10.9 upgrade.
Give the users access to the network preference pane via the Authorizations Database.
security authorizationdb write system.preferences allow
security authorizationdb write system.preferences.network allow
security authorizationdb write system.services.systemconfiguration.network allow
hi pblake,
I have added those three lines still I get the popup. The following lines do not help. Though user has access to Network Preferences, still the popup comes.
security authorizationdb write system.preferences allow > /dev/null 2>&1
security authorizationdb write system.preferences.network allow > /dev/null 2>&1
security authorizationdb write system.services.systemconfiguration.network allow > /dev/null 2>&1
Hey [bentoms](bentoms),
Superb :D
-detectnewhardware seems doing the job, when run manually.
I will let you know once I script it in a post install and see how it goes.
@bentoms
That works perfectly! We also have it as a self service item when a user plugs in a Thunderbolt Display and and will attempt to install the thunderbolt ethernet device.
Thanks.