Jump to content

Recommended Posts

Posted

We have just installed a new Server 2008 R2 Domain.

 

We have our staff laptops on a workgroup, and they Connect to mapped drives.. Using the Same username & Password.

 

Well thats what used to happen with our old Server 2003 Domain.

 

But Now when a laptop points to a server it want the username and password in the form of domain\username format.

 

Please Help or ask for more info.

 

This is my first post, please help

 

Thanks

Nathan

Posted

I haven't had to do this for a while and so I don't know if there are any Server 2008 issues at play here. However if you are using net use in a batch file you could try the following...

 

net use x: \\myserver\myshare /user:domain\user

 

Obviously substituting the relevant information. From memory it should prompt the user for a password. If you're feeling brave/wreckless I think you can also include the password on the command line...

 

net use x: \\myserver\myshare passwordhere /user:domain\user

 

Out of interest what is the client operating system?

  • Thanks 1
Posted

Hi, Thanks for you reply, After a lot of looking i too found the same thing "net use x: \\myserver\myshare /user:domain\user" Which in turn worked fine. without needed a password as i think it then picks up from client and know its the same as the domain.

 

Thanks Again.

 

Clients are XP sp3, Upgrading to Windows 7 early next year "MAYBE"

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...