No, it needs to be drive letter access
Main Topics
Browse All TopicsThe users home folders disappear if they are not on the network when they logon. I can understand that the drive would be gone, since AD is not able to create this home folder when the user is not on the network, but when these laptop users try and VPN into our network, the home folder does not get re-created.
I have tried using a net use z: \\server\share\username /p:yes and I also tried no. The home folder does not show up in less the laptop has access to our network before the login. I thought maybe we could try the "Login with dial-up networking" option, but there should be a way to make this folder stay visable. Their other network drives stay, but in a disconnected state.
How can I fix this.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hey if you are doing this in AD it seems like it is doing what it should. Try doing it locally:
Click Start, click Control Panel, double-click Administrative Tools, and then double-click Computer Management.
In the console tree, click Users in Local Users and Groups.
Click the user account.
Click the Action menu, and then click Properties.
Click the Profile tab, click Connect, and then specify a drive letter.
In the To box, type a path. This path can be any of the following types: Network path, for example: \\server\users\tester
You can substitute username for the last subfolder in the path, for example:\\server\users\use
Where
Click OK.
That would only work for users who logon to their local profile. All our laptop users logon to a domain, thus bypassing the local profile.
The problem is that when you set the Home folder on the Profile tab in AD users and computer, the drive mapped only appears if the user logs in while attached to our network. If they boot up their laptop while not connected to our network, the home folder is not their. It should be their (in disconnected state) whether they have access to our network or not. This is affecting about 20% of our laptop fleet. They can be XP or Vista. The OS does not matter. I cannot tell you if the patch level has anything to do with it. I dont have that info currently.
Have you got the share set to "make available offline". suggest setting the My Documents directory redirected to the home drive UNC through group policy and setup offline files and then it will be continue to be there. You could also give the users a batch file on their desktop "get my Z drive back.cmd" that does
@echo off
net use z: /delete
net use z: /home
(or a specific path if you don't use the home path etc.).
What I do for convenience with some VPN links is something along these lines (will share the btch script if you wish):
start VPN link using RASDIAL or starting a shortcut. Once that is connected then net use a drive to their system, start a PING to a remote server to help keep the VPN alive.. so the user clicks on batch file which does all the rest for them.
Steve
I apologize for not getting back to this question until now. Our subscription ran out and it took this long to get reinstated.
I have considered the options you speak of and guess I am going to be forced to use the UNC option. This does not address the core problem however. I dont know what best practices are for mapping a home folder, but would think that it should work correctly for all domain pc's. Some pc's retain this drive letter whether they are connected to the network or not. Others, like my pc, do not show the mapped drive unless I am connected to the domain before I logon. The share has the default caching option enabled. It is "Only the files and programs that users specify will be available offline". I do not have my home folder set for offline files, on my local pc.
Update: I changed the cache setting under file sharing on the server to "All files and programs that users open from the share will be automatically available offline" with a tick mark in "optimize for performance" and the home folder (at least for me) appear to stay visible now. I do not have to be connected to the domain before login for the home folder/drive to visible. Does this make sense? What are the downfalls of using this cache setting on my file shares?
Business Accounts
Answer for Membership
by: amfincoPosted on 2009-09-10 at 13:18:32ID: 25303849
Can you just create a shortcut with the UNC address as the target?