Apple Software Update Analysis 10.9
Log In or Register to download the BES file, and more.

0 Votes

Description

Check status of Apple Software Update on OS X 10.9.x. Return "Software Update Enabled" if Apple Software Updates is Enabled. Return "Software Update Disabled" if Software Updates is Disabled.

Property Details

ID2994640
StatusBeta - Preliminary testing ready for more
TitleApple Software Update Analysis 10.9
DomainBESC
KeywordsApple Software Update Analysis
Added by on 2/14/2014 12:38:33 PM
Last Modified by on 2/14/2014 12:38:33 PM
Counters 5130 Views / 5 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Properties

SoftwareUpdatePeriodicCheck(True=Off)
Period 12 hours
 
  * Results in a true/false
Show indented relevance
if (not exists boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist") then "Software Update Enabled" else if (boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist") then "Software Update Enabled" else "Software Update Disabled"

Relevance

Used in 227 fixlets and 100 analyses   * Results in a true/false
Show indented relevance
mac of operating system
Used in 5 fixlets and 1 analsis   * Results in a true/false
Show indented relevance
system version >= "10.9"

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!