How to exclude Virtual Machine from Intune integration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2025 03:05 AM
I am looking for a way to exclude any virtual machine from the Intune integration.Is there a way to achieve in ETL Transform Map.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2025 02:19 AM - edited 10-21-2025 02:21 AM
@AnciaM
In the filter navigator, type "Service Graph Connector" amd follow the below path
Service graph connectors -> Intune -> Data source -> SG-Intune Computer (Open this record)
In the data loader script, at line 15
var stream = sn_fd.FlowAPI.executeDataStreamAction('sn_intune_integrat.computers', connection);
sn_intune_integrat -> Application scope name
computers-> Data sream internal name
Update the highlighted data.
It should be the value of the "Internal name" field not sys_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 01:28 AM
I am getting this error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 01:59 AM
@AnciaM Could you please share the API end point which you are currenlty using..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 05:03 AM
Issue doesnt seem with the API endpoint , it is with the nextLink , the OOB next link is /deviceManagement/managedDevices?$filter=operatingSystem eq 'Linux' or operatingSystem eq 'macOS' or operatingSystem eq 'Windows' or operatingSystem eq 'Chrome OS'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 05:48 AM
@AnciaM next link is nothing but the part of API
