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
.