In PowerShellISE you can run this to see a list of all installed printers.
[System.Drawing.Printing.PrinterSettings]::InstalledPrinters
See the dot.netPrinterSettings.InstalledPrinters Property for more info.
In PowerShellISE you can run this to see a list of all installed printers.
[System.Drawing.Printing.PrinterSettings]::InstalledPrinters
See the dot.netPrinterSettings.InstalledPrinters Property for more info.