Microsoft
Software
Hardware
Network
Question : Login Script to add multiple network printers?
Hi,
I'm no scripting guru, so is there a way to add multiple network printers to a user's login script at once?
I would like to give my accounts in AD a login script so they get all computers shared from the server by adding one login script.
Right now my script just gives other users one network printer using the printUI.dll /in /n \\server\share command line.
Is there a way to do this using printUI.dll or maybe a vbscript?
Use \\server\share1,2,3 in the script.
This would be EXTREMELY helpful to me!
Thanks!
Answer : Login Script to add multiple network printers?
if your are trying from 192.168.x.x , then you have to add a route on the ASA
route inside 192.168.x.x 255.255.x.x <gw>
to allow ICMP
policy-map global_policy
class inspection_default
inspect icmp
Random Solutions
Visual FoxPro OLE DB Data Provider Problems
Windows media services - capabilities 2
Trasnpose rows and columns in SQL
size of data returned by a query
How to remove User Name and Password from Login screen
Multiple <html> Tags in Page?
Access Search Form
Exchange 2007 Server - Adding new DC (2008 or 2008 R2)?
Dropdown box background-color not working only on Safari on MAC
Which is Better, FreeAndNil(SL) or SL.Clear?