Ambient Posted September 8, 2010 Posted September 8, 2010 Hi I'm open to ideas on this one: A user has a laptop, and it isnt on the domain. The user requires access to print to a network printer...which is shared out by one of the servers. Anyway, when the user logs on their laptop, and they try to print...they get a message pop up saying "access denied". This problem is because the laptop isnt authenticated with the domain/print server. I look a quick look at this today, and as soon as i authenticated the laptop with the server (\\servername) that shared the printers, it printed fine. So, how would you tackle this? I'm told that laotop can't go on the domain...it has to stay standalone. Thanks in advance.
sted Posted September 8, 2010 Posted September 8, 2010 create an account on the domain that matches the account on the laptop. So if laptop has a user called bob with a password of bob create that on the server
glennda Posted September 8, 2010 Posted September 8, 2010 Batch file that runs at startup net use \\server\share /user:etc
Ambient Posted September 8, 2010 Author Posted September 8, 2010 Thats an idea, i'll give it a try. Any other ideas are welcome.
Ambient Posted September 8, 2010 Author Posted September 8, 2010 Thats an idea, i'll give it a try. Any other ideas are welcome. Interesting I arent great a batch script. Would it be cheeky of me to ask if you could give me a full example of the code i'd need to use. Say for example the server is called "server1", the printer is called "printer1", the user account is "jbloggs", and their password is "password1" Many many thanks
Ambient Posted September 8, 2010 Author Posted September 8, 2010 Aye, all sorted, and i'm going to go with the batch file technique. Many thanks to the both of you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now