Re: printers through GPO
From: Todd J Heron (todd_heron_no_spam_at_hotmail.com)
Date: 09/23/04
- Next message: Todd J Heron: "Re: AD Last User Logon Question"
- Previous message: Chriss3 [MVP]: "Re: AD replication failure -- tombstone issue again!"
- In reply to: Tomasz Onyszko: "Re: printers through GPO"
- Next in thread: futureMVPHopeful: "RE: printers through GPO"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 18:49:28 -0400
He can see also:
Tip 672 in the 'Tips & Tricks' at http://www.jsiinc.com
The net use is called a port capture statement. It does not install the
printer but simply intercepts of captures output that is directed to the
parallel port specified in the net use statement (the lptx) and redirects it
to the network printer.
This only works for output created at the command prompt, or old 16 bit
applications that print to the port directly.
32 bit Windows apps print to a printer driver, which is what you see in the
Printers system folder and what you see in the drop down list of available
printers in an apps Print dialog box. The Resource Kit command line program
for installing network printers is called con2prt.exe, found in the MS KB.
-- Todd J Heron, MCSE Windows 2003/2000/NT "Tomasz Onyszko" <T.Onyszko@w2k.pl> wrote in message news:OvWFPmaoEHA.2948@TK2MSFTNGP11.phx.gbl... > GC wrote: > > Hi- > > I have a single print server, PRINT2, with about 10 printers shared off it. > > What's the best way to have all of my workstations automatically map to each > > printer on login? Thanks! > > This can be easy achived with login script assigned to the users which > will map this printers. > You can simply use net use to map the printer: > http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314499 > > or You can use VBScript to map them: > ==== > Set objWSHNetwork = CreateObject("WScript.Network") > strConnectString = "\\server\printer" > strResult = objWSHNetwork.AddWindowsPrinterConnection(strConnectString) > ==== > > > -- > Tomasz Onyszko [MVP] > T.Onyszko@w2k.pl > http://www.w2k.pl
- Next message: Todd J Heron: "Re: AD Last User Logon Question"
- Previous message: Chriss3 [MVP]: "Re: AD replication failure -- tombstone issue again!"
- In reply to: Tomasz Onyszko: "Re: printers through GPO"
- Next in thread: futureMVPHopeful: "RE: printers through GPO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|