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!
macOS 7 December 2021 Add mac devices to ABM using an iPhone Since iOS 11 we have been able to add iOS devices to Apple Business Manager using Apple Configurator 2 on a macOS device by connecting the device to the mac. Ever since this became available, most of us have wanted this feature for mac devices as well.
Android 2 December 2021 Update priority for apps on Android In the 2111 release of Microsoft Endpoint Manager, a small but important feature was released in regards of application update management in Android Enterprise.
iPadOS 1 December 2021 Shared iPads in MEM Today, we are looking at the built in functionality from Apple to support a shared scenario on iPad devices in Microsoft Endpoint Manager.
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.
Munki 5 October 2021 Azure DevOps with Pipeline for Azure Storage Munki repo I know I know, I've been on a Munki frency the last couple of weeks but it's a fun and important topic to explore while managing macs in MEM. This will probably be the last Munki-post in a while though
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.