macOS 2 April 2024 Simplifying macOS App Management with Intune AutoPkg Tools In today's fast-paced digital landscape, efficient management of applications is crucial for ensuring the smooth operation of organizations. However, alongside this efficiency, security remains paramount
Azure storage 30 September 2022 Munki manifests - reboot Some time ago I created a script to generate and update Munki manifests for macOS devices managed by Intune. It was based on Azure AD Device groups for adding included manifests and catalogs. Only being able to use device groups has it's drawbacks...
Azure 10 January 2022 Secure messages to Teams with Azure Logic App Today we're setting up an Azure Logic App and configure authorization policies to require an OAuth token to send a message to a Teams channel
macOS 14 December 2021 Automate application testing with Munki In the last post related to Munki, I promised we were going to look at auto promoting packages between catalogs to automate a ring type structure to use for package testing and validation. And today is the day!
Featured Python 17 November 2021 Introducing: IntuneCD tool IntuneCD or, Intune Continuous Delivery as it stands for is a Python package that is used to backup data from Intune and update configurations in Intune.
Azure DevOps 19 October 2021 Automate app packaging, updating and distribution with Azure DevOps, AutoPkg and Munki Today, we're going to setup AutoPkg to run on Azure DevOps with a hosted macOS agent to run our Pipeline to automatically update packages and add new packages easier.
Python 24 September 2021 Munki, what about manifests? So what Tobias, you want me to manually create a manifest for each device and add included manifests? Of course not, we're going to automate this task with the help of Azure Automation and Python.