Printing issue

  • Thread starter Thread starter Linda J
  • Start date Start date
L

Linda J

Can a computer on the network who is not a member of the
domain access a printer that is attached to a computer
that is a member of the domain? If this is possible, how
can I make it happen?

Thanks for your help. LJ
 
Sure it can. The only thing that you have to do first is to authenticate to
that computer trought its local account or trough domain account. You could
use
net use \\computerwiththeprinter\ipc$ /user:username password

This will create a connection to IPC$ to that computer. From there you can
connect printer and print.

--
Regards

Matjaz Ladava
MVP Windows Server - Directory Services
(e-mail address removed), (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top