mapping network printer
Is there a way to map a network printer remotely without using the printer wizard. Like through a remote command line
1's and 0's
Comments
-
sprkymrk Member Posts: 4,884 ■■■□□□□□□□Hmmm... Sorta maybe...
You could try telnet or psexec to the remote machine and try :
net use lpt1 \\servername\printername
but I think that sets it up as a local printer on the remote machine. Which works, it might just not be what you want.All things are possible, only believe. -
Trailerisf Member Posts: 455create login scripts and map it... set the profile in AD to use a login.bat
http://www.kixtart.org/
Is a good site to get scripts...On the road to Cisco. Will I hunt it, or will it hunt me? -
gojericho0 Member Posts: 1,059 ■■■□□□□□□□you can use the PrintUI from the the command prompt.
Open the command line and type
rundll32 printui.dll,PrintUIEntry /?
This will give you all the different switches supported...type what you want to do in a text file then save as a batch or vb script and you should be good to go -
TeKniques Member Posts: 1,262 ■■■■□□□□□□Trailerisf wrote:create login scripts and map it... set the profile in AD to use a login.bat
http://www.kixtart.org/
Is a good site to get scripts...
Agreed ... this is the best way to do it. I use them all the time for the users here and it is really nice to just create a login and know that the user's network drives and printers will all be mapped without hassle. -
sprkymrk Member Posts: 4,884 ■■■□□□□□□□TeKniques wrote:Trailerisf wrote:create login scripts and map it... set the profile in AD to use a login.bat
http://www.kixtart.org/
Is a good site to get scripts...
Agreed ... this is the best way to do it. I use them all the time for the users here and it is really nice to just create a login and know that the user's network drives and printers will all be mapped without hassle.All things are possible, only believe.