timsutton / aamporter

Utility to batch download Adobe Creative Suite/Cloud updates and optionally import them into a Munki repository.
MIT License
86 stars 14 forks source link

CC WINDOWS updates.... Beautiful! What next? #24

Open childrss opened 8 years ago

childrss commented 8 years ago

So, Saw that d/l Windows updates was a new feature, was trivial to integrate into our Aamporter/Autopkg + Jenkins, but was wondering what to do next? Is there a trail blazed (automated?) already that I can follow to get these imported into an EPM system for PC's like SCCM (hopefully) or IEM/BigFix?

hansen-m commented 8 years ago

This might be a very "rough trail" but I've got a work in progress project that uses Jinja templates and a basic API wrapper tool that I wrote to help in repeatedly importing anything (including CC updates) into a BigFix console. Feel free to help contribute or provide feedback.

https://github.com/CLCMacTeam/bigfiximport

jgstew commented 8 years ago

AutoPkg can already create IEM/BigFix content for Windows software, which is something @hansen-m, myself, and possibly others are already doing. Presentation on this: https://www.youtube.com/watch?v=w4WM6M89hmg

Given that, it should just be a matter of coming up with a way of generating the recipes (templates, recipe robot, etc), or potentially just automating the content into BigFix or similar directly.