All,
I've been scratching my head over this one for a bit now with no results. I've tried several recommendation found through different sites with no success.
Each user has a login script to map a printer upon login. First time a user logs in, the printer install successfully. Consecutive logins, results with the error "Windows cannot connect to printer. No printer found." No additional details in the error.
Problem appears related to 2008 R2, as I do not have this problem logging into x86 2008 Terminal Servers with the same users.
Here are the details of the script:
REM Add network connection, use quite mode, printername
rundll32 printui.dll,PrintUIEntry /in /q /n "\\PrinterServer\Printer"
REM Add network connection, make default, use quite mode, printername
rundll32 printui.dll,PrintUIEntry /in /y /q /n "\\PrinterServer\Printer"
Any suggestions would be greatly appreciated. Thanks in advance!