Endpoint Manager Packaging Script Pt.3 – Create a library from packages

I created an Endpoint Manager Packaging Script (Pt.3) which downloads the installer, packages it, uploads it to Intune and assigns it. But first things first, credits to Nickolaj Andersen and his module who made it all possible. This is part 3, where we store the package for later use. We use artifacts to do so. In addition, … Read more

Endpoint Manager Packaging Script Pt.2 – Run Script via Azure Pipelines

I created an Endpoint Manager Packaging Script Pt.2 which downloads the installer, packages it, uploads it to Intune and assigns it. But first things first, credits to Nickolaj Andersen and his module who made it all possible. This is part 2 where we create a packaging pipeline. If you have not read Part 1, please … Read more

Endpoint Manager Packaging Script Pt.1 – The Script

I created an Endpoint Manager Packaging Script which downloads the installer, packages it, uploads it to Intune and assigns it. But first things first, credits to Nickolaj Andersen and his module who made it all possible. This is part 1, where I show you how the script works with 2 examples. Part 2 features the … Read more