I am trying to write an extension attribute to determine which systems have outlook auto discovery disabled.
osascript -e 'tell application "Microsoft Outlook"' -e "get background autodiscover of every exchange account" -e 'end tell'
When I run this I receive results of true.
Any advise on how to pass Applescript results to Extension Attributes? Any help would be greatly appreciated.