In cases where an organization does not want to pay the hefty cost of ServceNow’s Integration Hub, there is a way to still be able to import your Intune assets into ServiceNow via the MS Service Graph API. In this guide, we will be retrieving Intune assets and importing them into the ServiceNow CMDB. Azure SetupRegister an app to use … Read More
Removing The Built-in Teams App in Windows 11 with Intune
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
Working around NPS limitations for AADJ Windows devices
Introduction In this post, I’ll show you a workaround to get device based wireless authentication working for AADJ Windows devices via NPS. Keep in mind this is a workaround and your mileage may vary. Background NPS does not play nice when it comes to AADJ device authentication. There is a fantastic writeup on this issue here. The tl;dr of the … Read More
Signing and Deploying Applications via MSIX with Intune
Why would I want to use MSIX and what is it? MSIX is a Windows app package format that provides a modern packaging experience to all Windows apps. The MSIX package format preserves the functionality of existing app packages and/or install files in addition to enabling new, modern packaging and deployment features to Win32, WPF, and Windows Forms apps. Do … Read More