Descriptive Printer name is quite useful especially if
managing quite a few printers on a network. Knowing the driver path of the
printers is also useful, the file can be copied and can be used to install on
another computer if necessary.
Here’s the PowerShell code:
Get-WmiObject -Query "Select DriverPath, Name from Win32_printerdriver" -Namespace 'Root\CIMV2' | Select Name, DriverPath | ft -wrap
Get-WmiObject -Query "Select DriverPath, Name from Win32_printerdriver" -Namespace 'Root\CIMV2' | Select Name, DriverPath | ft -wrap
Sample Output:
Cheers..till next time. :)
================================
Free Android Apps:
Click links below to find out more:
Excel Keyboard guide:
Heaven's Dew Fall Prayer app for Android :
Catholic Rosary Guide for Android:
Comments
Post a Comment