In the modern age where security and software updates are critical to keeping your fleet secure, it seems odd to have such an easy to implement setting missing from Intune/Microsoft Endpoint Manager as a native setting that we should be able to configure. Nevertheless, with this post i will provide a custom configuration profile that…
Category: Intune
Intune macOS Application Deployment – Part 2
A journey through Pandoras Box In part 1 of this 2 part series, we first took a shallow look into macOS application deployment, I warned you of the horrors, grief and pain to come, and provided some instructions on how to prepare yourself for this task as well as how to check whether an application…
Intune macOS Application Deployment – Part 1
Opening Pandoras Box Through countless hours of pain, i have decided to document everything that i can remember with regards to my experience in learning about packaging and deploying applications for macOS via Intune, or what is now known as, Microsoft Endpoint Manager. To state that this was just a learning experience is not enough….
How to enable chrome bookmarks bar using Intune
In this post i’ll demonstrate how to enable the chrome bookmarks bar using an Intune policy. This post will cover how to ingest the chrome bookmarks, then how to create a custom OMA-URI to enabled the bookmarks bar. Click here to view Googles knowledgebase article for more information on how to Manage Chrome Browser with…
Intune – How to add / deploy printers with Intune
Adding printers to Intune seems like it would be a simple and effortless process. And thankfully, it is. In this blog post i will walk you through how to add / deploy printers to devices through Intune. In this scenario, we will create a new device configuration profile, of the type “Device Restrictions” Navigate to…
Intune – How to use scope tags and understanding RBAC
For a while now, Scope Tags have been an odd concept for me to understand. Partly because, i thought i understood it, and partly due to me not getting my hands dirty and bringing myself to understand how they work. However, as with all things tech, there comes a time where you just have to…
How to allow RDP Port 3389 with Microsoft Defender Firewall on Intune
In this post i will run through the steps that are required to allow RDP – TCP Port 3389 on intune. This rule will apply to the windows firewall through intune. Navigate to portal.azure.com and go to Intune > Device Configuration > Profiles and click on “Create Profile”. Enter a Name for the profile and…
How to allow ICMP / Ping with Microsoft Defender Firewall on Intune
In this post i will run through the steps that are required to allow ICMP / Ping with intune. This rule will apply to the windows firewall through intune. Navigate to portal.azure.com and go to Intune > Device Configuration > Profiles and click on “Create Profile”. Enter a Name for the profile and for the…
Intune – How to disable “Do not require CTRL ALT DEL”
In this blog post i will discuss how to disable the policy option “Do not require CTRLALTDEL”. TO do this, i will create a custom device configuration profile in intune and use the ” LocalPoliciesSecurityOptions/InteractiveLogon_DoNotRequireCTRLALTDEL” Policy CSP to set the policy back to disabled. This policy currently only provides you with two options, “Enable” &…