- 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
‎08-03-2023 09:44 PM
Hi Mark ,
If you or anyone is still looking for a solution, please see below instruction that i implemented when we first started intune sync . Please note for some reason this got overwritten somehow during our last upgrade.
This is what i did to make it work again.
1. go to flow designer
2. go to actions
3. select application type as Service graph Connector for Microsoft intune
4. open mobileDevices or computers (whichever or both if you want to only sync corporate devices)
5. On the Inputs, there is nextlink which can be edited. Click the below to close the Data
6. Click the down arrow
7. Update below at the end of default value:
and managedDeviceOwnerType eq 'company'
The default value will look like this
8. Hit save and publish
9. remove all the junk data from handheld computing or computer table.
10. Run the Intune schedule
Thanks,
SD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2025 10:44 AM
This worked for me, however, it was in Data Streams and not Actions for me. (Step 2). I don't know if that's just a change in the past 2 years or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello Sandeep -
Thanks for the suggested update to only import from Intune mobiledevices that are Company owned.
I made the update at the end of default value: and managedDeviceOwnerType eq 'company'
Mine went from:
/deviceManagement/managedDevices?$filter=operatingSystem eq 'android' or operatingSystem eq 'iOS' or operatingSystem eq 'iPadOS'
To:
/deviceManagement/managedDevices?$filter=operatingSystem eq 'android' or operatingSystem eq 'iOS' or operatingSystem eq 'iPadOS' and managedDeviceOwnerType eq 'company'
I Saved and Published.
It did not seem to work. Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
This does not clear anything that was already there. You may need to delete the personal owned CIs that were already there and then run the Connector once more.
If that's not what you meant, please clarify what isn't working. Are they still populating? If so, do you have read access into Intune to confirm how those devices are set up?
