Intro So you’ve started rolling out Windows 11 to your endpoints, and your users got confused and upset over the consumer teams apps that is installed? Understandably you wish to do something about this. No worries mate, Intune Proactive Remediations to the rescue! The Solution The code below fixes two things. It removes the chat by writing the registry key … Read More
Setting Environmental Variables with Intune and proactive remediations
As you may have noticed by now, there doesn’t seem to be any nice built in way to set environmental variables in intune 🙁 The Problem Setting a user environmental variable using powershell is an easy task to accomplish, you basically just run the following: This works just fine, but won’t take effect until the user either reboots or signs … Read More
Setting A Default Outlook Signature in Outlook using Intune Proactive Remediations
So you have already figured out how to dynamically generated outlook signatures, but now you want to make sure that people actually use them. but without preventing the use of other signatures your users might have. Well it just so happens that I have a solution for you! To do all this, we create a new Proactive Remediation in Intune. … Read More
Where is the report’s data??
Have you ever looked at a report on a Portal Page and wanted to know just WHERE the data just came from? Well you can – and finding the information can be so easy. Read on below to see how.
Mapping Network Drives on Intune Devices
This guide is part of a video series companion guide on setting up mapped drives on Intune devices – you can watch the video here S02E18 – How to Map Network Drives on Microsoft Intune Devices – (I.T) – YouTube! This is rather simple but I will be adding some useful bits of code for people who do not have … Read More
Setting ACL using Intune Endpoint Analytics Proactive Remediations
Namaste y’all! In todays Siri dictated blog post, I will show you how you can configure access control lists (ACL) for a directory using Intune Proactive remediations. The issue I was facing was that regular users do not have modify permissions to the public desktop on their corporate devices, meaning that the user is unable to remove annoying shortcuts that … Read More
Dynamic Outlook Email Signature Using with Intune Endpoint Analytics Proactive Remediations
Howdy y’all! Since you have already read señor Shackelfords blog post on setting up Endpoint Analytics Proactive remediations, we can skip the intro and dive right in. In this blog post we will be get familiar with a somewhat novel idea that proactive remediation’s can be used for. Which, as the title of this post suggests, is the creation of … Read More
Intune/Autopilot Proactive Remediation
What is Proactive Remediation? Proactive remediations are a pair of scripts used to detect and remediate a problem on a machine. The first script runs a query on your endpoints that returns an exit code of success or failure. We call this first script the detection script. On a successful exit code it is reported as “Without issue” in the … Read More