Jump to content

giving a non-domain computer access to domain resources


Recommended Posts

Posted

We have a computer that for certain reasons, we do not want attached to our domain.

 

It needs to have access to protected shared folders of the domain and printing, I have tried to map drives but every time I have to open one of these drives and logon before I can print. A while ago I remember seeing on another domain standalone1$ user accounts on the domain. Can someone help?

Posted

I'm not sure if this would be suitable for you but if you had this

 

net use p: \\servername\someshare * /USER:someusername

 

 

in all users startup program folder then the machine could access domain resources with the access rights of someusername.

 

IF this is too rough and ready then a little Autoit script could make it look a bit more professional. :)

 

regards

 

Simon

Posted

If its WinXP and the resource is protected by a password, the first time you connect to the resource, it will ask for the username/password. Simply tick the "remember" tickbox and everything should be fine. We do this for teachers laptops not on the domain.

 

Ps, I suggest for more security, creating a user on your domain that will automatically log off if used but have adequate security for your resources. Also, you can name it something stupidly hard to guess / remember.

 

Craig

Posted
Simply tick the "remember" tickbox and everything should be fine

 

I agree - "should be fine" :lol:

 

But IME, since this relies on a "automagical" feature of windows, it doesn't work on Tuesdays with an R in the month, especially if network access is need NOW :lol:

 

IME, net use works as long as the network is physically available :)

 

regards

 

Simon

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...