Microsoft AutoUpdate

HNTIT
Contributor II

I am trying, without Much success to get this configured and working correctly.

My current attempt is using the Below MobileConfig file to set 3 Settings

DisableInsiderCheckbox true
HowToCheck AutomaticDownload
StartDaemonOnAppLaunch true

However, while the AutoUpdate client has it's options seemingly set how we request, and changes are Greyed out, the Damn Updates will not auto Install without user input.

Anyone Else having these Issues ??

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadContent</key>
            <dict>
                <key>com.microsoft.autoupdate2</key>
                <dict>
                    <key>Forced</key>
                    <array>
                        <dict>
                            <key>mcx_preference_settings</key>
                            <dict>
                                <key>DisableInsiderCheckbox</key>
                                <true/>
                                <key>HowToCheck</key>
                                <string>AutomaticDownload</string>
                                <key>StartDaemonOnAppLaunch</key>
                                <true/>
                            </dict>
                        </dict>
                    </array>
                </dict>
            </dict>
            <key>PayloadEnabled</key>
            <true/>
            <key>PayloadIdentifier</key>
            <string>MCXToProfile.67ad2621-b510-4060-b971-7f7cf51506c9.alacarte.customsettings.c00e472d-4cb4-4231-8fd4-c7fa866efc00</string>
            <key>PayloadType</key>
            <string>com.apple.ManagedClient.preferences</string>
            <key>PayloadUUID</key>
            <string>c00e472d-4cb4-4231-8fd4-c7fa866efc00</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
        </dict>
    </array>
    <key>PayloadDescription</key>
    <string>Enable Automatic Download and Installation of Microsoft Office 2016 Updates</string>
    <key>PayloadDisplayName</key>
    <string>Enable Automatic Download and Installation of Microsoft Office 2016 Updates</string>
    <key>PayloadIdentifier</key>
    <string>com.company.profile.EnableAutomaticDownloadAndInstall</string>
    <key>PayloadOrganization</key>
    <string></string>
    <key>PayloadRemovalDisallowed</key>
    <false/>
    <key>PayloadScope</key>
    <string>System</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>67ad2621-b510-4060-b971-7f7cf51506c9</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>
2 REPLIES 2

alexjdale
Valued Contributor III

I can't speak to your specific issue. Automatic download and install works for me but it's hilariously unreliable and inconsistent to the point where I could see someone trying it for a couple days with nothing happening. We turn it on but still push full suite updates regularly.

blackholemac
Valued Contributor III

Are you testing MAU4 in your test environment?

http://macadmins.software/mau4

Obviously as this is a beta, I would give the standard warning about using pre-release software in production, but when this is formally released, it changes up the updating methodology from a whole suite push to a per client command line pull that works in most situations including the login window.

I’m excited for this one to get formally released. I will be able to run some simple JSS policies to keep Office up to date with minimal downloads with simple command line tools similar to Apple Software Update.