Link to home
Start Free TrialLog in
Avatar of robertarenson
robertarenson

asked on

PowerShell Script Help for Getting Printer Information From Registry

We have users who have a local Epson printer. The issue we are having is dumping the subkeys HKEY_CURRENT_USER\Printers\DevModePerUser into an array and extracting the Epson key.

Step 1

Identify if there is a printer SubKey that starts with Epson under [HKEY_CURRENT_USER\Printers\DevModePerUser]

Step 2

If it exists copy the key name and write it to the key data below and enable TillParallelReceipt

[HKEY_CURRENT_USER\Software\TCDL\Login]
"TillParallelReceipt"=dword:00000000
"TillParallelPrinter"="cmbTillParallelPrinter"

Example:
"TillParallelReceipt"=1
"TillParallelPrinter"="Epson TMV118V-Reception"

Any help would be greatly appreciated, so far everything tried has failed.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robertarenson
robertarenson

ASKER

Thank you so very much oBdA for the help, I am testing it out now to see if it works. I will let you know as soon as I can.

Thank you again for your help.
Thank you so very much oBdA, worked like a charm. Really appreciate your assistance.