MyTechDirect.net

MyTech Computer Solutions Community Forum
It is currently Wed Sep 08, 2010 9:33 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Terminal Services Network printing
PostPosted: Sat Jan 20, 2007 12:02 am 
Offline
Admin
User avatar

Joined: Sun Aug 10, 2003 4:25 pm
Posts: 2859
Location: Fort Smith, AR
Objective: Enable Terminal Services printing using a local Multifunction / MFC network printer.

Difficulty: Easy

OS Tested: XP Pro and Windows Server 2003. You could have issues if not using like OS's, eg. Windows 98 and Windows server 2000 or 2003

Purpose: I was having issues setting up a MFC network printer in terminal services and after some research, I found that multifunction and network printers are rather difficult to install alone and this particular case involved both. While I had used the net use command in a network printer environment in the past, I had forgotten the syntax, so this is for those like me that may have forgotten the steps.

1. Install the printer on an LPT port on the Terminal Server and the local machine.
2. On the local machine, open a command prompt
3a. If you are on the same domain.
Code:
net use lpt# \\servername\printername /persistent:yes

3b. No or different domain
Code:
net use lpt# \\computername\printername /persistent:yes

4. Press enter
5. You should see "command completed successfully" or something similar. If you get an error, check server/computer/printer name and syntax and make sure you have installed the same drivers on the Terminal Server and Local Machine.
6. Log in to your Terminal Server and test.


To delete: net use lpt1 /d should delete the connection

OR

net use
hit enter

Look for anything connected (especially IPC$) to \\machine B

type
net use \\machine B\xxxxxx /delete
Where xxxxx is the connection established



Please let us know if this helped you or if you have anything to add.

Registration is easy: http://mytechdirect.net/forum/profile.php?mode=register

Or login: http://mytechdirect.net/forum/login.php

_________________
Heath Buck
MyTech Computer Solutions
479-561-5176
Fort Smith, AR
http://mytechdirect.net


Top
 Profile  
 
 Post subject: Re: Terminal Services Network printing
PostPosted: Mon Feb 23, 2009 1:51 pm 
Offline
Admin
User avatar

Joined: Sun Aug 10, 2003 4:25 pm
Posts: 2859
Location: Fort Smith, AR
http://blogs.technet.com/askperf/archiv ... ction.aspx

_________________
Heath Buck
MyTech Computer Solutions
479-561-5176
Fort Smith, AR
http://mytechdirect.net


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group