 
              
              
              
              Solutions

 
                          Device management
Remotely manage, and protect laptops and mobile devices.
 
                          Orchestration
Automate tasks across devices, from app installs to scripts.
 
                          Software management
Inventory, patch, and manage installed software.
 
                          Extend Fleet
Integrate your favorite tools with Fleet.
Customers
 
                       
                          Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
 
                          Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
 
                          What people are saying
Stories from the Fleet community.
More
 
                      Checks that a mobile device management (MDM) solution configures the Mac to automatically install operating system updates.
Create or edit a configuration profile with the following information:
<?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>AutomaticallyInstallMacOSUpdates</key>
      <true/>
      <key>PayloadDisplayName</key>
      <string>Software Update</string>
      <key>PayloadIdentifier</key>
      <string>com.apple.SoftwareUpdate.B5EF9664-07BB-4775-B597-59F21F413878</string>
      <key>PayloadType</key>
      <string>com.apple.SoftwareUpdate</string>
      <key>PayloadUUID</key>
      <string>B5EF9664-07BB-4775-B597-59F21F413878</string>
      <key>PayloadVersion</key>
      <integer>1</integer>
    </dict>
  </array>
  <key>PayloadDisplayName</key>
  <string>Enable automatic installation of OS updates</string>
  <key>PayloadIdentifier</key>
  <string>com.fleetdm.enableAutomaticOSUpddates.A5CA0F6B-02F8-42D0-805E-D13FDB9B093B</string>
  <key>PayloadType</key>
  <string>Configuration</string>
  <key>PayloadUUID</key>
  <string>A5CA0F6B-02F8-42D0-805E-D13FDB9B093B</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
</dict>
</plist>
Create or edit the following script and configure it to run when the check fails:
Use the policy below to verify:
SELECT 1 FROM managed_policies WHERE domain='com.apple.SoftwareUpdate' AND name='AutomaticallyInstallMacOSUpdates' AND value=1 LIMIT 1; 
              PowerShell commands are currently work in progress, contributions welcome.
 
              Bash commands are currently work in progress, contributions welcome.