I don't think the above mentioned approach will suffice, as you need to use the same server name and at least one common share in all domains, and it does not allow for usage of domain resources, only for that single server.
If you make sure the local account is replicated into all domains (including the same password), you shouldn't have any problems browsing the local domain and using its resources. The laptop users will stay local, but whenever they access the domain, they will do with the domain account with same name.
It could be necessary to have the laptop be part of the local domain - that would be difficult, as you can only have ONE domain membership.
(I assumed those users are accessing domain resources with their own laptop on travelling.)
Main Topics
Browse All Topics





by: brasslanPosted on 2009-06-30 at 11:18:11ID: 24747918
net use t: \\server\common /user:chris 12345
That will map the local T: drive to the common share on the server using the username chris and password 12345
You can also change the username to the format "domain\user" eg microsoft\bill will use the username bill on the Windows domain microsoft.
If you just simply want to login to a server, but not map a drive, then just leave out the drive letter and that will process the initial login.