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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top