Apple Software Update Analysis - superseded
0 Votes |
Versioning - This is an older version.
1 | Apple Software Update Analysis | 6/28/2013 12:09:12 PM |
2 | Apple Software Update Analysis | 6/28/2013 12:59:17 PM |
3 | Apple Software Update Analysis 10.8 | 2/14/2014 11:08:31 AM |
4 | Apple Software Update Analysis 10.8 | 2/14/2014 12:35:58 PM |
Description
Property Details
2994543 | |
Production - Fully Tested and Ready for Production | |
Apple Software Update Analysis | |
BESC | |
Apple Software Updates | |
rustymyers on 6/28/2013 12:09:12 PM | |
rustymyers on 6/28/2013 12:09:12 PM | |
3605 Views / 1 Download | |
![]() ![]() ![]() ![]() ![]() |
Properties
SoftwareUpdatePeriodicCheck(True=Off)
Period
12 hours
* Results in a true/false |

if (not exists dictionary "com.apple.softwareupdatecheck.periodic" of dictionaries of file "/var/db/launchd.db/com.apple.launchd/overrides.plist") then "Software Update Enabled" else if (boolean of value of entry whose (key of it is "Disabled") of dictionary "com.apple.softwareupdatecheck.periodic" of dictionaries of file "/var/db/launchd.db/com.apple.launchd/overrides.plist") then "Software Update Disabled" else "Software Update Enabled"
SoftwareUpdateInitialcCheck(True=Off)
Period
12 hours
* Results in a true/false |

if (not exists dictionary "com.apple.softwareupdatecheck.initial" of dictionaries of file "/var/db/launchd.db/com.apple.launchd/overrides.plist") then "Software Update Enabled" else if (boolean of value of entry whose (key of it is "Disabled") of dictionary "com.apple.softwareupdatecheck.periodic" of dictionaries of file "/var/db/launchd.db/com.apple.launchd/overrides.plist") then "Software Update Disabled" else "Software Update Enabled"
Relevance
Sharing
Social Media: |
Comments
![]() |
|
this doesnt seem to be the right place to check if softwareupdate is installed. I found: /Library/Preferences/com.apple.SoftwareUpdate.plist has one configuration property: ScheduleFrequency. If it = -1 means disabled. otherwise, enabled. |
![]() |
|
http://bigfix.me/cdb/relevance/2996963 This is not needed if the item is in a Mac only site, but otherwise it is helpful to include "mac of operating system" in the relevance so that this does not try to run against PCs, which will cause unnecessary relevance evaulation. |