Forum Discussion
AhmedSHMK
Feb 10, 2025Brass Contributor
Intune Alerts
I would like to create alerts in Intune to trigger for different events. For e.g. Device is enrolled in Intune. Device is encrypted/decrypted from bitlocker. Device is Enrolled Hybrid Entra Join ...
micheleariis
Feb 10, 2025Steel Contributor
AhmedSHMKHi, intune doesn’t have a built-in feature to automatically create alerts for events like device enrollment, BitLocker status changes, Hybrid Entra Join, or Defender policy assignments.
However, you can set up a monitoring system by using logs and tools like Azure Monitor, Log Analytics, or Power Automate.
The first step is to export the logs. Intune and Azure AD record these events in diagnostic and audit logs. You can configure these logs to be sent to Log Analytics via Azure Portal. Go to Microsoft Endpoint Manager - Tenant Administration - Diagnostics Settings and set up log export to your Log Analytics Workspace. This allows you to monitor and analyze all the data you need.
Once the workspace is configured, you can create queries using Kusto Query Language (KQL) to identify specific events you want to track, such as device enrollments or BitLocker status changes.
Next, go to Azure Monitor and create an Alert Rule. Choose your query as the condition, set a threshold (for example, “when at least one event is found”), and configure an action group to receive notifications via email, SMS, or webhook.
Alternatively, you can use Power Automate or Logic Apps to create more interactive workflows. With Power Automate, you can monitor logs through Microsoft Graph API and generate notifications whenever a specific event is detected, such as a new enrollment or a configuration change.
- AhmedSHMKFeb 11, 2025Brass Contributor
micheleariis Thanks for your reply. Seems I need log analytics license to perform this. Not sure if any other license will be required too.
Otherwise if any other alternative to get such reports and alerts.