How do we Run / Trigger Adobe Acrobat Updates for PC's using Ansible?
We installed acrobat 2025 using chocolaty and building our transform's file etc to remove not allowed features etc. We are wondering is there a command we can run to trigger patches/updates from ansible as we would like to do this on a monthly basis with our other patching. The machines are locked down so users cant do this themselves. We tried the following from admin cmd and powrershell
"C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" /update
and are getting failures but updates work if we run upgrade from the gui then sign in with admin account.
Any help would be greatly appreciated!
Error log is
[2025-12-03 11:43:34:0030] Adobe ARM 1.824.460.1110 logging started.
[2025-12-03 11:43:34:0030] Command Line: /ArmCleanup
[2025-12-03 11:43:34:0030] CleanupEx...
[2025-12-03 11:43:34:0030] Notify...
[2025-12-03 11:43:34:0030] WriteFile succeeded in Notify
[2025-12-03 11:43:34:0030] no folders to cleanup
[2025-12-03 11:43:34:0030] ARM returns ERROR_SUCCESS
[2025-12-03 11:43:34:0030] Adobe ARM 1.824.460.1110 logging finished.
Succesful gui log is
[2025-12-03 11:22:37:0139] Adobe ARM 1.824.460.1110 logging started.
[2025-12-03 11:22:37:0139] Command Line: /PRODUCT:Acrobat /VERSION:25.0 /MODE:3
[2025-12-03 11:22:37:0175] ProductCode: {AC76BA86-1033-FFFF-7760-BC15014EA700}
[2025-12-03 11:22:37:0175] ProductName: Adobe Acrobat (64-bit)
[2025-12-03 11:22:37:0175] ProductVersion: 25.001.20756
[2025-12-03 11:22:37:0175] ProductUACPatching: enabled
[2025-12-03 11:22:37:0212] Using CommandLine preference AUTO_ALL
[2025-12-03 11:22:37:0216] Registered Error not expired
[2025-12-03 11:22:37:0216] Last installation error not expired, code: 120300
[2025-12-03 11:22:37:0217] Using registered preference AUTO_ALL
[2025-12-03 11:22:37:0218] Last check for updates not expired, code: 120300
[2025-12-03 11:22:37:0443] ARM returns ERROR_SUCCESS
[2025-12-03 11:22:37:0443] Adobe ARM 1.824.460.1110 logging finished.