How to block creation of personal devices in CMDB coming from InTune integration

Mark Tuffey
Tera Expert

We have our Service Graph Connector for Microsoft InTune set up successfully. However, we have devices in InTune that are not corporate assets that are being bought over during our InTune imports and created as a CI. In the InTune import table sets here are two identifications, "Company" and "Personal" under the field ManagedDeviceOwnerType. Is there way to stop any device with a manageddeviceownertype of "personal" from being created as a CI in our CMDB? 

Cheers

Mark

1 ACCEPTED SOLUTION

Not applicable

Yes there is.  The easiest way would be to install the IntegrationHub ETL application and then modify the conditional mapping to the computer class as below:

find_real_file.png

This is in step 3 Map Data to CMDB and Add Relationships and can be access via the Edit Class button on the Computer class.

This will prevent any devices that have u_manageddeviceownertype != Company from being inserted or updated in the CMDB.

View solution in original post

6 REPLIES 6

Not applicable

Yes there is.  The easiest way would be to install the IntegrationHub ETL application and then modify the conditional mapping to the computer class as below:

find_real_file.png

This is in step 3 Map Data to CMDB and Add Relationships and can be access via the Edit Class button on the Computer class.

This will prevent any devices that have u_manageddeviceownertype != Company from being inserted or updated in the CMDB.

Thanks for the suggestion. I did this on our DEV instance and personal devices are still getting created in our CMDB when I run the InTune integration. 

After further digging I think it is working.

 

Keep in mind this won't retroactively remove personal records that exist in the CMDB.
Please mark as correct if this solved your issue.