I've set up a policy that will check for software updates and install them based on user interaction. The script and set up I found in this thread: https://jamfnation.jamfsoftware.com/discussion.html?id=5890 - specifically in UESCDurandal's post. I cut and pasted the script and set up the 2 part policy according to his instructions.
The policy works fine except the script doesn't detect any software updates even though there are updates showing up in the App Store app and when you check via "Software Update...". I verified this on 3 machines. I've only tested this policy on those 3, btw.
On those machines, I opened terminal and ran ```
sudo softwareupdate -l
``` and even that didn't detect the software updates. These are OS X updates I'm referring to.
One machine needed a Safari and iPhoto update, according to the App Store app so I manually ran the policy. It said there were no updates available afterwards it ran. Then I went back to the App Store app and refreshed the update screen and those updates were gone. I ran the terminal command above and once again, it said no updates were available.
We do not have an internal SUS. We are using Apple's.
I have not tested this policy on any other machines so I don't know if this is pure coincidence that I picked 3 machines that may have an issue regarding software updates but I find it odd the ```
softwareupdate
``` command didn't detect anything when the App Store app showed updates are available.
Any ideas?