Device Bulk Actions via Microsoft Intune

This is a new feature in Microsoft Intune. Device bulk actions for devices. An example would be that you have implemented Windows 10 AutoPilot before the naming convention was released and now you are stuck with the naming convention “DESKTOP-XXXXXXX”. You can now rename all devices in bulk. Example for a bulk action Let’s grab … Read more

Powershell Function for packaging a Win32App

(code is at the bottom of the page) This blog is about the powershell function that I wrote for packaging Win32Apps. Normally this would take sometime creating folder and find the tools etc… Now you just only need to supply these 5 parameters: Preparation/Set Parameters 5 parameters need to entered like this:The parameters need to … Read more

Block personal owned devices from Microsoft Intune

Every administrator for Microsoft Intune has run in to this problem. For example, users install office on their personal devices (mobile and laptops/workstations), Microsoft asks them to log on. They log on with their company credentials and after that the user gets the question whether he wants to let his company manage his device. This … Read more

Chrome Extension via Win32App in Intune

If you use Azure AD as identity provider for your webbased third party applications, you might want to consider use the Google Chrome extension called “Windows 10 Accounts”. This extension provide the complete single sign on experience for applications that use Azure Activery Directory based identities. I will provide an instruction on how to deploy … Read more

Windows 10 AutoPilot Tips & Tricks

Windows 10 AutoPilot is a magnificent piece of software to deploy your Windows 10 machines. I have deployed multiple customers and I will share some tips & tricks. We used Microsoft Intune, soon to be Microsoft Endpoint Manager, stand alone to do so. If you are new to Windows 10 Autopilot and just want to … Read more

Microsoft Intune Daily Configuration Backup

This blog is about creating a backup for your Intune Configuration with a 90 day retention. This way you could go back in time if you have a lot of configuration changes. Sometimes there are a lot of Sysadmins making changes in the configuration without proper documentation. This way you can just look at the … Read more