Posted on
06-12-2017
12:43 PM
- last edited
3 weeks ago
by
kh-richa_mig
What is the preferred method to override defaults and set the internal speaker (to 75%) and the internal mic (to 75%) on an iMac running Sierra? Does anyone have an example if either a configuration profile or script?
thanks in advance
Posted on 06-12-2017 12:55 PM
I only know of the Applescript command, or osascript from the shell. The following will set the volume to 75%.
osascript -e "set volume output volume 75"
I don't know if there's a config profile that would do this. I have a feeling not.
Edit: Corrected command to a more up to date version