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)
 
Back
Top