Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Users\Doofus> get-printer Name ComputerName Type DriverName PortName Shared Published DeviceType ---- ------------ ---- ---------- -------- ------ --------- ---------- Send To OneNote 16 Local Send to Microsoft OneN... nul: False False Print Microsoft XPS Document Writer Local Microsoft XPS Document... PORTPROMPT: False False Print Microsoft Print to PDF Local Microsoft Print To PDF PORTPROMPT: False False Print HP LaserJet 5 Local HP LaserJet 5 192.168.1.150 True True Print Fax Local Microsoft Shared Fax D... SHRFAX: False False Print \\10.104.34.2\Charlotte Ser... 10.104.34.2 Connection Xerox WorkCentre 7225 PS 10.104.33.3 True False Print \\10.104.34.2\Charlotte Cal... 10.104.34.2 Connection HP Color LaserJet CM60... 10.104.35.2 True False Print PS C:\Users\Doofus> PS C:\Users\Doofus> $Printer = get-printer "HP LaserJet 5" | Select * PS C:\Users\Doofus> get-printerdriver $printer.drivername | select * Caption : Description : ElementName : InstanceID : CommunicationStatus : DetailedStatus : HealthState : InstallDate : Name : HP LaserJet 5 OperatingStatus : OperationalStatus : PrimaryStatus : Status : StatusDescriptions : ColorProfiles : ComputerName : ConfigFile : C:\WINDOWS\system32\spool\DRIVERS\x64\3\UNIDRVUI.DLL CoreDriverDependencies : DataFile : C:\WINDOWS\system32\spool\DRIVERS\x64\3\HPLJ5.GPD Date : DefaultDatatype : DependentFiles : {C:\WINDOWS\system32\spool\DRIVERS\x64\3\TTFSUB.GPD, C:\WINDOWS\system32\spool\DRIVERS\x64\3\UNIRES.DLL, C:\WINDOWS\system32\spool\DRIVERS\x64\3\STDNAMES.GPD, C:\WINDOWS\system32\spool\DRIVERS\x64\3\STDDTYPE.GDL...} DriverVersion : 1688854629253120 HardwareID : hewlett-packardhp_lae238 HelpFile : C:\WINDOWS\system32\spool\DRIVERS\x64\3\UNIDRV.HLP InfPath : C:\WINDOWS\System32\DriverStore\FileRepository\prnhp001.inf_amd64_081cf2b90ec9e6d5\prnhp001.i nf IsPackageAware : True MajorVersion : 3 Manufacturer : HP Monitor : PJL Language Monitor OEMUrl : http://go.microsoft.com/fwlink/?LinkID=37&prd=10798&sbp=Printers Path : C:\WINDOWS\system32\spool\DRIVERS\x64\3\UNIDRV.DLL PreviousCompatibleNames : PrinterEnvironment : Windows x64 PrintProcessor : winprint provider : Microsoft VendorSetup : PSComputerName : CimClass : ROOT/StandardCimv2:MSFT_PrinterDriver CimInstanceProperties : {Caption, Description, ElementName, InstanceID...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties PS C:\Users\Doofus> PS C:\LaserJet5DriverBackup> dir Directory: C:\LaserJet5DriverBackup Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 9/29/2017 9:40 AM 1025536 PCL5ERES.DLL -a---- 6/22/2009 9:10 PM 327116 prnhp001.inf -a---- 9/29/2017 9:40 AM 23812 STDDTYPE.GDL -a---- 9/29/2017 9:40 AM 14362 STDNAMES.GPD -a---- 9/29/2017 9:40 AM 59116 STDSCHEM.GDL -a---- 9/29/2017 9:40 AM 2278 STDSCHMX.GDL -a---- 9/29/2017 9:40 AM 698 TTFSUB.GPD -a---- 4/15/2018 5:23 PM 855040 UNIRES.DLL PS C:\LaserJet5DriverBackup>