- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 01:19 PM
I only have about 20,000 computers, servers, and network devices in the cmdb, but have over 500,000 network adapter ci's. Is this normal, or is there something I don't have configured right?
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 08:54 AM
We ended up removing the network adapter field from the Transform map for the SCCM integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2019 09:18 AM
It looks like lots of "ndiswan" adapters are being created, which I think is a virtual device created by Windows.
I've added an onBefore to the SCCM Network transform that ignores any device with a name of "ndiswan" (ignoring case).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 02:58 PM
Hi there, would it be possible for you to share that onBefore code? I'm keen to keep the network adapter information but I don't want the ndiswan multitude of records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 01:29 PM
Hi there, would it be possible for you to share that onBefore code? I'm keen to keep the network adapter information but I don't want the ndiswan multitude of records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 12:40 AM
Add a new Transform Script to https://???.service-now.com/nav_to.do?uri=sys_transform_map.do?sys_id=45b0b598ef13210098d5925495c0fb00
Name | Value |
When | onBefore |
Script |
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 09:17 PM
Brilliant! works perfectly. Thank you for that.