DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   General Discussion (https://displaylink.org/forum/forumdisplay.php?f=22)
-   -   Detect docking type (https://displaylink.org/forum/showthread.php?t=65938)

hal07 02-13-2018 10:55 AM

Detect docking type
 
Hi, we are a larger company with many different docking stations, both USB 3 and USB-C. I've asked around and tried some scripting, but I fail to detect which docking the user has.

This is important for our HelpDesk function and inventory needs. Do anybody know if there is some script (powershell etc) or executable that can detect dockings? We mostly have dockings from Dell (e.g. D3100, D6000, WD15 etc) and Targus.

AlbanRampon 02-14-2018 08:51 AM

Hello,
I'm thinking you could probably use a Powershell to access Device Manager info.
You can list all DisplayLink hardware with Hardware ID, regardless of the end product manufacturer.
To also remove the Ethernet and audio devices and only get one entry per DisplayLink chip, you can get the "Display name" and match on "Hardware Ids" "USB\VID_17e9&PID_????&MI_00"
The value in ???? changes based on the device.
If you can't do something like that, you can filter by strings containing "USB\VID_17e9&PID_" and "&MI_00". The MI filter allows you to only match one interface instead of all interfaces of the composite device.

The Dell D3100 is multi-chip and therefore will have 2 entries.
If you don't care about having repeats, Ethernet and audio, simply look for Hardware Ids including "USB\VID_17e9". This USB Vendor ID belongs to DisplayLink.

The Dell WD15 is not DisplayLink technology, so you'll need anther way to filter it. But the same principle should work, just different Vendor ID.

Kind regards,
Alban


All times are GMT. The time now is 11:42 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.