

Solution: Check your Microsoft Exchange server connection. Cause: The server running Microsoft Exchange Server is unavailable. If you connect to your Exchange account over the web, use a browser to see if you can access web sites. You can also ask a colleague who uses similar settings if he or she can connect to the network.

Solution: Make sure your computer is connected to the network.įor instructions on checking the status of your network connections, see Mac OS Help, or contact your Exchange server administrator or your network administrator. Cause: Your network connection is unavailable. If it is, click Work Offline to remove the check mark and work online. On the Outlook menu, make sure that Work Offline is not checked. If /bin/test -f "$application_info_plist"Īpplication_bundle_signature=$($defaults_cmd read "$application_info_plist" CFBundleSignature)Īpplication_bundle_version=$($defaults_cmd read "$application_info_plist" CFBundleVersion)Īpplication_id=$(printf "%s%02s" "$application_bundle_signature" "$"Ī configuration profile can also be applied to force "Download and Install all Updates" to be the checked option in MAU.Tip: To verify that you are using the correct credentials, try to connect to your account from another Exchange application, such as Outlook on the web. # Taken from Office Postinstall script and editedĪpplication_info_plist="/Applications/Microsoft $application/Contents/ist" System/Library/Frameworks/amework/Frameworks/amework/Support/lsregister -R -f -trusted "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app" System/Library/Frameworks/amework/Frameworks/amework/Support/lsregister -R -f -trusted "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app" # Check if file exists and if yes don't re-register

# Register MAU using a Launch Agent (/Library/LaunchAgents/) # Create MAU trust Launch Agent and the Script using scripting method I wish I could remember where I grabbed this from to properly credit it, but we use a script found on jamfNation to register Office 2016 applications with MAU so even if they are not executed by the user they still receive updates #!/bin/sh
