Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to exclude Virtual Machine from Intune integration?

AnciaM
Tera Guru

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.

18 REPLIES 18

@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.

AnciaM_0-1761121681708.png

I am getting this error

@AnciaM Could you please share the API end point which you are currenlty using..

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'.

@AnciaM next link is nothing but the part of API