Hello,
I'm modifying the setWebProxy.sh script provided by JAMF to instead set a proxy pac file (setautoproxyurl). Anyways, if I want to deploy this I want to set it for all network interfaces at once. Not every computer has the same interface names... is there a way I can programatically set these... or toss it a wildcard that you are aware of?
The syntax is /usr/sbin/networksetup -setautoproxyurl $networkinterface $proxyaddress
I'd also like to write something to disable/remove firewire and bluetooth from the network settings and disable ipv6 on each interface... these will be easy to do if I can figure out how to target the correct interfaces.
Thanks,
Ken