Script to get Serial number of a Dockingstation via IP address of connected laptop

Is there a script to get Serial number of a Dockingstation via IP address of the laptop ?

May 12th, 2010 9:37pm

If the vendor exposes it via WMI on any level it's possible using Powershell or vbScript by leveraging WMI.

 

GET-WMIOBJECT win32_bios -computername 10.0.0.10

in Powershell will pull up BIOS details on the laptop in Powershell for a remote workstation of IP address 10.0.0.10

It would depend on your vendor (IE: Dell) where in WMI the Docking station might make the change.  I would hazard it as "probably not" though.

Sean

Free Windows Admin Tool Kit Click here and download it now
May 12th, 2010 10:02pm

it is not for Dockingstation
January 15th, 2014 2:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics