Is there a way to create a smart group based on if the user has Automatic Proxy Configuration set?
Solved
Proxy Setting Smart Group?

Best answer by justinworkman
I just tested this as an extension attribute:
#!/bin/sh
proxystatus=$(cat /Library/Preferences/SystemConfiguration/preferences.plist | grep -A 1 Proxy | grep -o 1)
echo "<result>$proxystatus</result>"
If you make a Smart Group based on proxystatus is 1, it should do what you're needing.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.