2

From Windows Server 2012 R2, how can I retrieve a device's vendor name and model number without physically opening the machine? For instance, PCI cards.

Get-WmiObject Win32_PNPEntity returns a bunch of information, including the manufacturer and the name, but not the actual model.

Same thing with Device Manager.

TessellatingHeckler
  • 5,676
  • 3
  • 25
  • 44
slybloty
  • 443
  • 2
  • 9
  • 30
  • Can someone explain what is wrong with the questions that got these down votes? If it is that easy, why isn't anybody answering it? – slybloty Oct 24 '14 at 19:53
  • 1
    I edited your question to help with clarity. – TheCleaner Oct 24 '14 at 19:54
  • BTW, I think that's about as close as you're going to get with built in PS commands and no 3rd party utilities, but I could be wrong. – TheCleaner Oct 24 '14 at 19:58
  • You may need to look at each individual device installed. – Davidw Oct 24 '14 at 20:17
  • @Davidw What do you mean by "look at each individual device"? – slybloty Oct 24 '14 at 20:56
  • There are a number of WMI classes for specific devices, you might try those. – Davidw Oct 24 '14 at 22:49
  • There's no guarantee that the hardware has the manufacturer's advertising model number anywhere on it. Windows can see what microchips it's talking to, and it can read firmware values, but if the hardware is sold to lots of vendors and rebranded, the information on the hardware doesn't necessarily have anything matching the model number on the box. – TessellatingHeckler Oct 26 '14 at 14:58

1 Answers1

-3

Did you try msinfo32.exe?

Maybe third part software could show it like Lansweeper or aida64.

Wesley
  • 32,320
  • 9
  • 80
  • 116