How can i found pc by s/n ?

webdhq22

Reputable
Feb 24, 2014
7
0
4,510
i have one problem

i work in big hospital there is to many pc , printer , scanner


i have list of all device


but i don't know were is it at hospital


i used one command in ms-dos
i search by hostname in network i found some by h don't have list of hostname but i have list of serailnumber of device

is any method to serach by sn

i used this command
"
"wmic/node:hostname bios get serialnumber"
but as i sad i don't have list of hostname
but i have s\n
can i search by s\n of device ?

is there anyway to search by s\n ?
 
Solution
Look at the lists of connected devices in your WAPs till you find the one with the MAC you're looking for. If you've got 802.1X (RADIUS) this should be really easy. That narrows it down to a couple of rooms (assuming you know where your WAPs are).

If you're on ethernet, then there's not a lot you can do unless there's routers in the way. You can check that the machine is present and running (ping it), but working out a physical location is what asset registers and management software on the machines is for. Find out what user is logged on, then grab their extension number, and work out what office that line is.
Look at the lists of connected devices in your WAPs till you find the one with the MAC you're looking for. If you've got 802.1X (RADIUS) this should be really easy. That narrows it down to a couple of rooms (assuming you know where your WAPs are).

If you're on ethernet, then there's not a lot you can do unless there's routers in the way. You can check that the machine is present and running (ping it), but working out a physical location is what asset registers and management software on the machines is for. Find out what user is logged on, then grab their extension number, and work out what office that line is.
 
Solution
If you have proper enterprise switches you can see what MAC is attached to what port using their management tools, if you know the jack locations in the building you can find the device that way. If you have some software for inventory and computer management like LANDesk or SCCM (SMS), it should be capturing the serial # of the computer, at least those that have the info set in the BIOS which can be gotten to through WMI.