Tag: Intune
-

Configure a custom message on the Login screen in Intune (for Windows and MacOS)
I recently configured a platform for MacOS in Intune with a bunch of standard policies. One of them was a nice login window banner setting in a Device features policy. On Mac we have this nice feature that makes it possible display a custom banner on the login screen (for example Company name and a…
-

Automate creation of Settings Catalog policies in Intune with Microsoft Graph API
I have been getting really into the using the Graph API lately and let me tell you, once you open that door there is no going back. Below is what we’ll be covering in today’s post. Creating the reference policy in Intune In order to get the JSON file that we need to automate the…
-

Finding install/uninstall commands for .exe apps for Win32 packaging in Intune
DISCLAIMER: THIS WAS ORIGINALLY A LINKEDIN POST HENCE THE STRUCTURE OF THE POST Using Win32 packaging is a smooth and efficient way to package and push out .exe applications to Windows clients via Intune. However, Intune requires two important strings:InstallCommand and UninstallCommand. These commands can be found in different ways — sometimes on the vendor’s…
-

A quick look on Staging Profiles for Android in Intune
DISCLAIMER: THIS WAS ORIGINALLY A LINKEDIN POST HENCE THE STRUCTURE OF THE POST A couple of months ago, Staging Profiles were introduced in Intune — an incredibly smooth way to enroll Android devices without assigning them to a specific user, simply by scanning a QR code from the device’s setup screen 🪄 Below is a…
-

Shared PCs + OneDrive = ❤️
DISCALIMER: THIS WAS ORIGINALLY A POST ON MY LINKEDIN HENCE THE STRUCTURE OF THE POST Shared devices can be incredibly practical in many different scenarios — maybe it’s a computer used by multiple people in a warehouse, in a production environment, or at a checkout counter? Setting up a SharedPC in Intune is simple, and…