Hi PF,
Thank you for using the Support Forum. If you are unable to find the information you need at the support site for the Global Print Driver please consider contacting your support centre for further assistance.
Hi,
I'm looking forward to see if someone know how to get the list of all print attributes of the Xerox Global Print Drivers using automated scripts.
Same sample of what I'm looking for are:
$_.Type,$_.ComputerName,$_.PrinterName,$_.PropertyName,$_.Value
Similar script for getting some available information:
Get-PrinterProperty -ComputerName $Printer.ComputerName -PrinterName $Printer.Name -ErrorAction SilentlyContinue | Select-Object {$_.Type,$_.ComputerName,$_.PrinterName,$_.PropertyName,$_.Value}
For some vendor I'm able to collect the following information as an exemple:
tring Server_name Printer_queue Config:AutoAskPrinter False
String Server_name Printer_queue Config:DisplayLanguage DEFAULT_LANGUAGE
String Server_name Printer_queue Config:Duplexer True
String Server_name Printer_queue Config:EnvFeeder True
String Server_name Printer_queue Config:Fax False
String Server_name Printer_queue Config:FaxOnly False
String Server_name Printer_queue Config:Flash False
String Server_name Printer_queue Config:Fold False
String Server_name Printer_queue Config:HardDisk True
String Server_name Printer_queue Config:HolePunch False
String Server_name Printer_queue Config:InstalledMemory 4Meg
String Server_name Printer_queue Config:JobCollationOrigin PRINTER
String Server_name Printer_queue Config:Manual True
String Server_name Printer_queue Config:ManualEnv True
String Server_name Printer_queue Config:MultiPurpose True
String Server_name Printer_queue Config:Offset True
String Server_name Printer_queue Config:OutputExpander_1 True
String Server_name Printer_queue Config:OutputExpander_10 False
String Server_name Printer_queue Config:OutputExpander_11 False
String Server_name Printer_queue Config:OutputExpander_12 False
String Server_name Printer_queue Config:OutputExpander_2 False
String Server_name Printer_queue Config:OutputExpander_3 False
String Server_name Printer_queue Config:OutputExpander_4 False
String Server_name Printer_queue Config:OutputExpander_5 False
String Server_name Printer_queue Config:OutputExpander_6 False
String Server_name Printer_queue Config:OutputExpander_7 False
String Server_name Printer_queue Config:OutputExpander_8 False
String Server_name Printer_queue Config:OutputExpander_9 False
String Server_name Printer_queue Config:ShowAllSystemForms OFF
String Server_name Printer_queue Config:Staple True
String Server_name Printer_queue Config:Tray2 True
String Server_name Printer_queue Config:Tray3 True
String Server_name Printer_queue Config:Tray4 True
String Server_name Printer_queue Config:Tray5 False
String Server_name Printer_queue Config:UpdateConfigurationFromPrinter True
String Server_name Printer_queue Config:UpdateOnPortChange True
Appreciate any help I can get it from the community.
Thank you.