- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 01:21 PM
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
Solved! Go to Solution.
- Labels:
-
Service Graph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 02:25 PM
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:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 02:25 PM
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:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 07:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 07:50 AM
After further digging I think it is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 07:56 AM
Keep in mind this won't retroactively remove personal records that exist in the CMDB.
Please mark as correct if this solved your issue.