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

HybridADJoin Object ADSync Force Script

I have been tinkering with HybridADJoin again, I needed a script which performs a force ADSync to upload the AD Object. Micheal Niehaus explains it perfectly in this blog: Hybrid AD Join troubles Furthermore, this is the script proposed in the blog: (This is just an example, I am pretty sure the one that Micheal … Read more

SQL ODBC Driver via Intune

This post is about deploying the SQL ODBC Driver via Intune with the required runtimes. It took myself a while to get this working. So, I thought let’s share this with the world. Firstly, I have created a package which contains the ‘VC_Redist.x64.exe’ and the ‘msodbcsql.msi’, installs them silently, creates a log file and has … Read more

Deploy Single Microsoft Store App via Intune

This blogpost is about how to deploy a single microsoft store app via Intune/Microsoft Endpoint Manager. This method uses a direct URL to the Microsoft Store App to install the application. Futhermore, this might come in handy when you completely lockdown the machine for App installation. This way you can publish Microsoft Store application via … Read more

Autopilot Devices Script Menu

I have written a couple of posts which describe add Autopilot devices to Intune. The feedback that I got was that it might be easier for some people to include a menu to add group tags. I have created a script which builds a menu where you can choose a group tag for your autopilot … Read more

WVD Intune ARM Template Update

You can deploy Windows Virtual Desktop (WVD) via an ARM Template. There is a possible update incoming for this template. This update may contain native join to Microsoft Intune (Endpoint Manager) from within the WVD ARM template. Firstly, I would like to refer to Sander Rozemuller who noticed the change in the ARM template at … Read more

Azure Information Protection Deployment Guide

This is a deployment guide for Azure Information Protection. I couldn’t find what I needed in the Microsoft Documentation so I have written a complete deployment guide. This guide includes the following subjects: Azure Information Protection Deployment GuideAzure Log Analytics deployment to check activityMicrosoft 365 compliance integration (SharePoint & OneDrive)Examples for labeling and Log Analytics … Read more