Home Folder Mapping Failing on Wireless Clients

NSM

New member
Local time
7:31 PM
Messages
8
Trying to solve a complex and frustrating problem with home folder mappings for my school district and am stumped. Any help is appreciated.

I am doing basic home folder mapping in an Active Directory domain for users on the profile tab of their user account. We are mapping H to \\Server\Share$\User. Server is Windows Server 2008 R2 in a VMWare High Availability Cluster. Very vanilla method of doing this.

Our wireless users (HP laptops (staff) or Lenovo netbooks (students)) are booting up from their machine being off. Many times the home folder (H) is not mapped when the user logs in. Sometimes it does map and there is no pattern.

The staff and students map to two different shares on the same (virtual) server (and SAN). This happens during non peak hours too such as a Sunday afternoon when just a small handful of staff members are on the network so there is not a capacity or overload problem.

Usually if the user logs out and then right back in the drive will map fine. Sometimes it does not however.

The same students can login all day long to media center or lab computers (with an Ethernet connection) and never have an issue with a missing home folder. Staff members assigned a desktop never have a problem either.

The same image build of Windows 7 was deployed to both staff laptops and desktops and a similar image build of Windows 7 was deployed on both student laptops and desktops.

While staff have assigned machines and could be logging in with a cached profile, students roam between machines and usually do not have a cached profile.

Additionally, a simple batch script called on the same profile tab works flawlessly every time. (The batch file is a simple echo statement appending the date, time, user, and computer name to a text file located on a domain controller. It is an easy way to track a user rather than digging through security logs.)

Also a group policy user preference mapping two drives for staff or one drive for students works fine every time. Very frustrating...

The wireless network is a large infrastructure across the entire district and is new this year. While the laptops are new this year too, it would seems to point to a wireless issue. The vendor has suggested that UDP packets are being sent for the mapping and that they are being lost but I cannot see anyway to force TCP only as they are suggesting.

I think it would be helpful if I could do verbose logging of the logon process on the client laptops but my Winlogon event log is always empty. The old tried and true method (How to enable user environment debug logging in retail builds of Windows) was depreciated in Windows 7.

Any suggestions on how to enable verbose debugging during the login process on Windows 7?

Sorry for the complex and long winded problem. It is a rather frustrating issue in an environment of several thousand users where nobody has any idea and everyone is looking for me to resolve the issue. My days have been very long for the past three weeks.
 

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber
How is the Home folder being mapped to each machine? Are you using group policy to run a batch file on logon that runs a script to map the share?

Edit:

I guess you probably aren't doing it this way because each user will have a different 'Home' folder.

Code:
net use H: [URL="file://server/Share$/User"]\\Server\Share$\User[/URL]
 

My Computer My Computer

OS
Windows 7 Ultimate x64
Here is the only thing I found as far as a verbose output when a computer is logging on:

Important
This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows


Use Registry Editor to add or to modify the following registry entry: Subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Entry: UserEnvDebugLevel
Type: REG_DWORD
Value data: 10002 (Hexadecimal)
UserEnvDebugLevel can have the following values: NONE 0x00000000
NORMAL 0x00000001
VERBOSE 0x00000002
LOGFILE 0x00010000
DEBUGGER 0x00020000
The default value is NORMAL|LOGFILE (0x00010001).

Note To disable logging, select NONE (0x00000000).

You can combine these values. For example, you can combine VERBOSE 0x00000002 and LOGFILE 0x00010000 to get 0x00010002. Therefore, if UserEnvDebugLevel is given a value of 0x00010002, LOGFILE and VERBOSE are both turned on. Combining these values is the same as using an OR statement. 0x00010000 OR 0x00000002 = 0x00010002
Note If you set UserEnvDebugLevel to 0x00030002, the most verbose details are logged in the Userenv.log file.

The log file is written to the %Systemroot%\Debug\UserMode\Userenv.log file. If the Userenv.log file is larger than 300 KB, the file is renamed Userenv.bak, and a new Userenv.log file is created. This action occurs when a user logs on locally or by using Terminal Services, and the Winlogon process starts. However, because the size check only occurs when a user logs on, the Userenv.log file may grow beyond the 300 KB limit.

Although the 300-KB limit cannot be modified, you can set the read-only attribute on the Userenv.bak file, and the Userenv.log file will grow indefinitely. You must only use this method temporarily, remove the read-only attribute on the Userenv.bak file as soon as you are finished troubleshooting.

It entails modifying the registry but it would definitely seem you wouldn't have a problem doing that..
 

My Computer My Computer

Computer Manufacturer/Model Number
Alienware
OS
Windows 7 Ultimate x64
CPU
I7
Motherboard
GA-X58-USB3
Memory
6 x 1.5V DDR3 DIMM sockets supporting up to 24 GB of system
Graphics Card(s)
GeForce GTX 580
Sound Card
Realtek ALC892 codec 2/4/5.1/7.1-channel
Monitor(s) Displays
NEC Display Solutions E321 Black 32"
Screen Resolution
1366 x 768
Hard Drives
OCZ Colossus LT Series OCZSSD2-1CLSLT1T 3.5" 1TB SATA II MLC Internal Solid State Drive
PSU
XFX Black Edition XPS-850W-BES 850W ATX12V
Case
Antec
Cooling
Zalman
Keyboard
Microsoft
Mouse
Microsoft
How is the Home folder being mapped to each machine? Are you using group policy to run a batch file on logon that runs a script to map the share?

No batch to map drive. The home folder is done here...
 

Attachments

  • Home Folder.png
    Home Folder.png
    4.9 KB · Views: 10

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber
Here is the only thing I found as far as a verbose output when a computer is logging on:

<snip>

It entails modifying the registry but it would definitely seem you wouldn't have a problem doing that..

That doesn't work in Windows 7. I have tried various combinations but that seems to be what is depreciated.
 

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber
Is Network Discovery enabled on the local Windows 7 machines?
 

My Computer My Computer

OS
Windows 7 Ultimate x64
Is Network Discovery enabled on the local Windows 7 machines?

It is disabled. (We never enabled it in the past when this worked.)

User/machines are on different subnets/VLANs throught the district and of course a seperate subnet/VLAN for the servers. What do you think this will buy me if I enable it? Why do wired clients not experience the issue with it disabled?

The Firewall is also set to disabled when connected to the domain (but enabled when off the domain) via Group Policy.
 

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber
We (my company) just setup Home folders and I am reading through some of my notes and that was set to Enabled. We use an ISA FW which will create its own share of issues, but we had to set to enable Network Discovery on all for it to auto-map for us. If it is working on the LAN desktops then I would agree with you, it should work on the notebooks as well.

We never had a issue with notebooks in particular. It was widespread. But we did not setup Home folders until the entire company had been upgraded to Win7/Server 08. Do you have a mixed network, or are all your machines Windows 7?
 

My Computer My Computer

OS
Windows 7 Ultimate x64
We (my company) just setup Home folders and I am reading through some of my notes and that was set to Enabled. We use an ISA FW which will create its own share of issues, but we had to set to enable Network Discovery on all for it to auto-map for us. If it is working on the LAN desktops then I would agree with you, it should work on the notebooks as well.

We never had a issue with notebooks in particular. It was widespread. But we did not setup Home folders until the entire company had been upgraded to Win7/Server 08. Do you have a mixed network, or are all your machines Windows 7?

hhhmmm...

Well, I enabled it via group policy. Still looking for additional suggestions too...

Everything wireless is Windows 7 but there are a few PCs for school administrators which are still Window XP. They of course have no problems.
 

My Computer My Computer

OS
Windows 7 Professional, Windows Server 2008 R2, VMWare 4.1, HP Servers
Internet Speed
25 MB Ethernet Fiber
I can only IMAGINE the amount of crap I will receive for responding to a 2+ year old thread...however I'm blown away by how much this resembles the issue I'm currently experiencing. Damn near to a T. Thus, I wanted to chime in to see if the originator of this thread ever resolved this issue and wondering, if so, how it was resolved. I don't really know that I have any extra info to offer as it is so similar. My apologies to those that are annoyed with me.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Pro
CPU
i5
Memory
8G
Hard Drives
Seagate Momentus Hybrid
Antivirus
Sophos EPS
Browser
Chromium
So here is the thing and I will probably receive crap from posting to an old thread as well... we have the exact same thing happening here in our school district... wireless laptops and tablets not mapping home directory on first log in... HP tablets.. we have found that if the user waits at least 30 Seconds before logging into the machine they will get there home directory every time. logging in before the 30 second mark and it is hit or miss on the home directory. The reason we have come up with thus far is that the wireless card has not yet fully initialized by the time the user is trying to log in. Since the wireless is the last device to initialize you have to wait the extra amount of time... strangely enough it has now started happening to Desktop machines. We first noticed this on desktops when we started swapping out older machines with new high end Lenovo's now it would appear that the new desktops might be too fast when it comes to connecting to the network to allow users to log on...If any one has a suggestion on how to solve this issue I'm sure everyone would be all ears...
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
windows 7 and windows 8.1
CPU
DUAL Intel XEON e5-2630
Motherboard
HP
Memory
32 GB
Graphics Card(s)
Dual AMD Firepro V3900
Hard Drives
dual SSD's Raided
1 TB data drive
Antivirus
Avira
Browser
IE, Chrome, Firefox
Back
Top