How can users who move around connect to the closest printer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to either set this via group policy or by logon script but
am rather lost. Any help that anyone can offer will be greatly appreciated!
 
Jerold Schulman said:
greatly appreciated!

See tip 672 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com

Hi,

I use a batch file as a startup script on my computers. I also use it
to set the default printer depending on the Room they are in.
VBScripts don’t work to load printers on startup.

rundll32 printui.dll,PrintUIEntry /in /q /n "\\Server\printer"
rundll32 printui.dll,PrintUIEntry /y /n "\\Server\printer"

I also enable group policy loopback mode and under the User config
section of the Computer GP I set it as well to make sure the user gets
the right printer when logging onto that machine.

Cheers,

Lara
 
Back
Top