Search found 1 match

by davidjhodson
Tue May 06, 2008 5:19 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50882

computer asset inventory

On that note you can actually pull driver info from the Win32_PnPSignedDriver class. example script written by someone smarter than me, but customize for our NICs at work (intel NICs): Foreach ($strComputer in get-content C:scriptscomplist.txt){$PnP = Get-WMIObject Win32_PnPSignedDriver -computer $...