Posted on 11-20-2024 03:01 PM
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.
Solved! Go to Solution.
11-20-2024 03:53 PM - edited 11-21-2024 02:31 PM
Two options:
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.
11-20-2024 03:53 PM - edited 11-21-2024 02:31 PM
Two options:
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.
Posted on 11-21-2024 08:52 AM
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:
Posted on 11-21-2024 11:05 AM
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.
11-21-2024 11:12 AM - edited 11-21-2024 11:14 AM
Posted on 11-21-2024 04:36 AM
Posted on 11-21-2024 04:58 AM
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.
11-21-2024 05:49 AM - edited 11-21-2024 05:50 AM
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.
Posted on 11-21-2024 11:31 AM
@AJPinto What is the command you run?
Posted on 11-22-2024 12:23 AM
/usr/local/bin/RemoteUpdateManager
Is the one I use
Posted on 11-22-2024 07:45 AM
Does that do any action? Here is what I use. Could ignore the sudo in mine, but just left it.
Posted on 11-22-2024 09:47 AM
If you read the web page you posted, the command by itself without any options will automatically do both of those actions.
Posted on 11-22-2024 10:01 AM
Talk about overthinking ...