pbowden-msft / MAUCacheAdmin

Microsoft AutoUpdate Cache Admin
70 stars 15 forks source link

Added HipChat Notification Function and Config Profile Examples #6

Closed strangeluck7 closed 6 years ago

strangeluck7 commented 7 years ago

My team had a need to be alerted when a package was downloaded from Microsoft. So I created a function that allows the script to send a HipChat alert when a new package is downloaded (and displays the package name in HipChat).

Additionally, I've also included some example config profiles that can be used to setup the macOS clients to point to internal MAU servers. I started down the path of using the defaults write command, but profiles ended up being cleaner. I didn't find a lot of great documentation out there for creating those config profiles (so it took some trial and error). But thought it was worth sharing in case it's beneficial to others.

pbowden-msft commented 6 years ago

Nice addition!