M
meaugie
How do you assign a shared printer through Active directoy
so when they login they automaticlly get the printer
assigned?
so when they login they automaticlly get the printer
assigned?
That's not possible. However, if you run the following line in the logon-How do you assign a shared printer through Active directoy
so when they login they automaticlly get the printer
assigned?
-----Original Message-----
-----Original Message-----
In addition, you can add a line like this:
WshNetwork.AddWindowsPrinterConnection "\\%
prints_server_name%\%printer_name%" into a logonscript,
for example.
Setting up first the impersonationlevel=impersonate, the
user will not be advised or asked to do any action. If he
has access, the printer will be added.
More comments at the Script Guide, on TechNet.