Deploy and automatically update WinGet apps in Intune using PowerShell without Remediation or 3rd party tools

In this blog post, I will show you how to use PowerShell and the WinGet module to install a specific or the latest version of software using Intune Win32 Detection and install scripts. This solution will automatically update your apps if updates are available without using Remediation, Enterprise App Catalog, or third-party tools.

Report on Non-Compliant Intune devices

I received a question on the Microsoft Tech Community forum regarding creating a report about non-compliant Intune devices. The report should give insight into what device has what issue with which setting; the person asking the question was already working on a Microsoft Graph script but couldn't find a suitable way. In this blog post, I will show how to create this report. There are other scripts out there, but I always like a challenge (And Microsoft Graph can be quite a challenge sometimes 😉 )

Intune Automatic Timezone configuration using PowerShell

One of our customers has locations in the Netherlands, China, and the US. They are using Intune and wanted the timezone to be configured automatically for their users; setting a default one was not an option because they could be in different time zones in the US. In this blog post, I will show you how to configure that once using the Script option or as a Remediation.