Intune Service Graph Connector integration returning zero records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2026 10:37 AM
sn_intune_integrat_software_reports and sn_intune_integrat_device_reports) remain empty after each run:- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2026 11:45 AM
Hi @Kishor O
Probable cause could be
1. Insufficient Graph API Permissions: (High chance this is actual cause)The most frequent cause for zero records is a lack of the necessary permissions in Microsoft Entra ID (Azure AD) for the ServiceNow application registration.
- Probable Resolution: Verify that the required Application permissions are granted in your Azure tenant. Refer:https://www.servicenow.com/community/cmdb-blog/service-graph-connector-for-microsoft-intune-troubles....
2. Filtering logic in Staging table : There may be business rules or script includes that filter out records based on specific criteria (e.g., filtering out personal devices or those without a serial number) before they are fully processed into the staging tables.
Probable resolution: If yes, Validate those rule/script.
