Docking stations
Can i inventory dell docking stations? we have the Dell WD19130W (USB C) it would be super helpful to be able to track them
0
Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.
Can i inventory dell docking stations? we have the Dell WD19130W (USB C) it would be super helpful to be able to track them
Comments
Hopefully you figured this out. I'd probably run the stock "Hardware Devices" report, then find one or two of your laptops that has that dock connected. Then scroll through all the devices detected on that machine, and from their you should be able to pick out something to identify the dock, then build your collections or report from that. I've done something similar to detect dictation microphones form our inventory. So now i can easily identify machines that have a specific microphone. So something similar should be able to be done with your dock?
PDQ itself doesn't seem to list any specific Dock hardware, nor does Device Manager on the computers.
But like Chris said, there are often components listed that are only present if a dock is attached.
For example, if I list all the non-wifi, non-vpn network adapter names, I see that all of our Dell Latitudes have an "Intel Ethernet Connection" of various types, and some also have a "Realtek USB GbE Family Controller.
On ours, the Intel ones are the onboard ethernet, and the Realtek ones are the docks ethernet port.
It appears from a quick search that WMI may reveal more specific info, like this one: https://www.dell.com/support/kbdoc/en-us/000126566/windows-how-to-identify-your-dell-docking-station-using-powershell
I've came across this topic during my research to achive something similar but for Lenovo Docks. As this topic is high ranked within search results, I would like to share my solution. Feel free to use it and customize for your needs. But be aware: This is a "quick & dirty" implementation far away from being perfect. If you have a lot of different types of docking-stations you perhaps need to look for another solution. You can copy the script at the end of this text, alter the values for your types of docking-stations and run it as a Powershell-Scanner within PDQ Inventory for example.
A few notable things about this script:
The script itself:
What you will get as a result within PDQ Inventory per computer object (within the Powershell-Tab):
Hope this helps anyone who came across the same task :)