Jump to content

Recommended Posts

Posted

What has everyone found to be the best way to add certain printers on client computers automatically according to group membership?

I've tried vbscripts and modifying printui.dll with a batch file, but both of these require admin privileges, which I don't want to give my users.

Ideas?


Posted

i've written a logon-script that map a network printer....

Tomorrow when i get to work i post it.

You dont need to be an admin to connect a printer (i believe :D).

The method is in thw WSHnetwork object.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Option Explicit

Dim objNet

Set objNet = CreateObject("WScript.Network")

bjNet.AddWindowsPrinterConnection "\\SERVER_NAME\PRINTER1"

objNet.AddWindowsPrinterConnection "\\SERVER_NAME\PRINTER2"

//////////////////////////////////////////////////

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...