Link to home
Start Free TrialLog in
Avatar of sodapop7
sodapop7

asked on

Accessing AD Printing Services from outside the Domain

I want to know if it is possible to allow a User/ PC access to the Windows Print Server if they are not actually logged into the domain. I find that if a user logs into the PC under the workstation, then when they go to print they recieve the message next to the printer that says something like access deined. So, is it possible to print from a computer that is not part of a
domain to a printer that is part of a domain?
Avatar of giltjr
giltjr
Flag of United States of America image

They should be able to by issuing the net use command with their domain user-id and password:


     net use \\printservername\printername /user:domainame\username

they will then be promted for their passwrod.
Avatar of sodapop7
sodapop7

ASKER

I saw that it would allow them to use the printer if they first went into Printer and faxes first, then double clicked on the printer they wanted to use and then enter in their credentials, but is there not another way to allow them access that is a little more automated then this process ? I would rather not have to have the users go through this process everytime they log in.
ASKER CERTIFIED SOLUTION
Avatar of Shab
Shab
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you go with petertwliu's suggestion the user also needs to have their local password match their domain password.

The user could create a script to execute on the non-domain computer that does the net use for them, however they would need to store their domain user-id and password in the script.  Then the script could be executed when needed.

The issue you have to be careful of is that you are asking for a way to bypass or weaken domain security.

Is the non-domain computer a users home computer?

Are they using a VPN connection to access the domain resources?