Is there any way to force clients to install only security updates from
the App Store?I can force all updates, recommended updates, or specific
updates using the exact names, but I don't see a way to force general
security updates. Thanks,TT
Scripts in Casper has predefined variables for $1, $2, $3 where $1 =
Mount point of the target drive $2 = Computer name $3 = Username In my
script, I want to curl from the distribution point (set during Casper
Imaging).Is there a predefined variable ...
So here's what I ended up doing: -created an Extension Attribute that
runs a softwareupdate -l and see if there's any words with Security in
it.-scope a policy that groups computers with security updates
pending.-create a script that uses sed command...
Even with a PKG, I would need to write installer scripts for each.
Anyway, if there's no way of extracting the selected Distriubution
Point, I have no choice.
This application has a package with an add-on file. I need to run the
package installer within a directory that includes the add-on file for
the installation to be succesful. In my script I'm curling a tar file,
extracting the tar into tmp, cd into t...