keeping Adobe Creative Cloud apps updated

TheCrusher4Real
New Contributor III

To install Creative Cloud at my company, end users are directed to the Adobe Creative Cloud website (https://www.adobe.com/creativecloud/desktop-app.html).

Every two weeks I get a report from our Security team listing device vulnerabilities. There's frequently a fair number of devices that need one or more Creative Cloud apps updated.

I started emailing users individually, reminding them to update their Creative Cloud apps. Wondering if there's a better way, because emailing users and following up when they don't respond is too manual and too time-consuming. Curious how other admins approach this.

8 REPLIES 8

wakco
Contributor II

Two options:

  • First, if your Jamf Pro instance is Jamf Cloud, then all the Adobe Creative Cloud apps are available as Jamf App Installers, allowing you to manage the install and update of the apps with Jamf.
  • Second, so long as Adobe Creative Cloud Desktop is installed, then so is RemoteUpdateManager, a simple run once a day/week/month policy can be used to execute /usr/local/bin/RemoteUpdateManager to have the installed Adobe apps self update, helping to keep Security away.

Note: as with any update tools, open apps will not update, however Jamf App Installers includes reminder notifications to get users to quit when an update is available (or force quit the app), making it the better option of the two, as RemoteUpdateManager will simply fail to update any app that is open.

Our instance of Jamf Pro is Jamf Cloud. I’ll need to do some testing, but my inclination is to use the Jamf App Catalog.

Some questions:

  1. If I’m understanding correctly, if I start using the Jamf App Catalog for installing/updating Creative Cloud, I’ll also get the Remote Update Manager (RUM).
  2. I won’t HAVE to use RUM, correct? Sounds like I can decide whether to let the Jamf App Catalog handle updates and I can tailor the notification messages to my liking; OR I can use RUM to handle the updates. Does that sound right?
  3. What happens to the devices that already have Creative Cloud installed? Assuming I have the Jamf App Catalog entry for Creative Cloud targeted correctly, will those devices with CC already installed (the ones that didn’t install via the App Catalog) update?

obi-k
Valued Contributor III

Adobe RUM is a separate method from Jamf App Catalog. If you want to use RUM, you'd need to set up a policy and run a script.

It's up to you if you'd like to use RUM or Jamf App Catalog, or both... For good measure, test both. Adobe can be very problematic with updates, so let's see what approach works best for you.


  1. Yes, as long as Creative Cloud Desktop is installed.
  2. Yes, you won’t, and yes, for example, I have a policy running RUM once a week, as well as all the CC apps being installed and updated by Jamf App Catalog/Installers.
  3. yes they will update, Jamf App Catalog/Installers will recognise existing installs and continue updating them.

PaulHazelden
Valued Contributor

It depends on how tough you want to be too.
I am in education, so probably a different set up to business.
All of the lab machines use RemoteUpdateManager, during out of hours times.
Staff Laptops I have a Self Service script that runs and finds any updates required, then asks the User to OK installing them. They do this themselves, and as it is normally them wanting updates I find they do use this.
I have the option of running RUM on the Laptops if I need to. I can also force the script to run. I generally do not do this because staff could be teaching from their laptop.

You could use a scripted approach and run the script at a set time each week. That way you will catch most users, leaving you with a few to email. If the script has a way for them to deferr then they can pick a better time to do it.

AJPinto
Honored Contributor III

Looks like others beat me to the punch, just use RUM. Once you install RUM, you just need to run the "RemoteUpdateManager" command, without any switches it will update all adobe products. I have a policy that does this that runs once a month, and it works fine as a set it and forget it thing.

SMR1
Contributor III

@AJPinto  What is the command you run?