Skip to main content

5 posts tagged with "Intune"

View All Tags

Intune Custom Compliance Policies: Detecting Real-World Drift

· 10 min read

intune-custom-compliance

When it comes to configuring compliance policies, Intune provides settings out of the box that can be monitored for config drift, such as BitLocker enabled, minimum OS version, and Antivirus to name a few. However, if the setting (or state) you want to capture isn't included, Intune provides a way to use PowerShell to detect this information on an endpoint with custom compliance policies.

Win32 App Deployment in Intune: Leveraging Verbose Logs to Fix Installation Issues

· 7 min read

Win32 app deployment flowchart

When deploying applications using Microsoft Intune, installing applications using the line-of-business (LOB) deployment method can make the process of deploying applications easier. However, once installations being deployed using LOB start failing, very little logging information is available to troubleshoot the issue. This is where Win32 app deployment shines 🤩