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

Deploy Internet Shortcut with custom icon via Intune using Win32App

When we as IT People deploy Windows 10 AutoPilot we often get the feedback from users that they miss their shortcuts for SharePoint and such. For that reason I have created a manual which you can use to deploy this using a Win32App. Preparation Create a folder where you store the files that you need … 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