R
Rasher
Dear All,
I am open to suggestions for the following scenario:
How can I map a network printer for each ts user as they log on?
DESCRIPTION
One of our remote offices connects to our main office via terminal
services
The client machines in the local office are win98
The client machines have some printers connected via USB, some via
LPT1
these client default printers are automatically installed as they log
on.
One specific printer (large output format) is networked and works
accross their LAN which should be made available to all terminal
services users when they log on (Let's assume that the client machine
physically connected to this printer is always logged on)
This printer is the default on that client machine, other machines
have a LAN network share to this printer, but it is not their DEFAULT
printer locally
The terminal server is win2000k based in out main office
IDEAS SO FAR - SUGGESTIONS WELCOMED:
I could add the printer to the TS by IP address, although I am not
sure what sort of performance users would experience?
I am able to write a logon script, although I am a little unsure as to
the syntax to refer to the printer i.e.
Set WSHNetwork = CreateObject("WScript.Network")
PrinterPath = "\\Server\Printer"
PrinterDriver = "PrinterDriver"
WSHNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver
....Printerpath \\Server\ (ip address of client machine connected to
the printer?)
....\Printer (share name of the printer on the client machine?)
....PrinterDriver = Driver name recognised by Win 2000 - I understand
that if
this driver name is different in Win 98, I also have to map the names
on the server?
Any suggestions welcomed - the printer in question does not have heavy
usage, but I need to try and make connection as seamless as possible
due to very low user skill levels.
Thanks in advance for your assistance
I am open to suggestions for the following scenario:
How can I map a network printer for each ts user as they log on?
DESCRIPTION
One of our remote offices connects to our main office via terminal
services
The client machines in the local office are win98
The client machines have some printers connected via USB, some via
LPT1
these client default printers are automatically installed as they log
on.
One specific printer (large output format) is networked and works
accross their LAN which should be made available to all terminal
services users when they log on (Let's assume that the client machine
physically connected to this printer is always logged on)
This printer is the default on that client machine, other machines
have a LAN network share to this printer, but it is not their DEFAULT
printer locally
The terminal server is win2000k based in out main office
IDEAS SO FAR - SUGGESTIONS WELCOMED:
I could add the printer to the TS by IP address, although I am not
sure what sort of performance users would experience?
I am able to write a logon script, although I am a little unsure as to
the syntax to refer to the printer i.e.
Set WSHNetwork = CreateObject("WScript.Network")
PrinterPath = "\\Server\Printer"
PrinterDriver = "PrinterDriver"
WSHNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver
....Printerpath \\Server\ (ip address of client machine connected to
the printer?)
....\Printer (share name of the printer on the client machine?)
....PrinterDriver = Driver name recognised by Win 2000 - I understand
that if
this driver name is different in Win 98, I also have to map the names
on the server?
Any suggestions welcomed - the printer in question does not have heavy
usage, but I need to try and make connection as seamless as possible
due to very low user skill levels.
Thanks in advance for your assistance