|
Home
Articles
Utilities
Software
Electronic Book
| |
Troubleshooting Roaming Profile Home Directory Problem
Problem:
A roaming profile has been created for a user with administrative privileges
that includes a home directory path. The home directory displays in the My
Computer folder of all machines except for one Windows 2000 Server.
Trouble shooting technique:
- First, check the event viewer (eventvwr.msc)
- Use a UPN logon to verify the correct logon (userx@.a.com + password)
- Go to the mapped root drive at the command prompt in the Users and
Computers snap-in for the domain user account.
- Type Set at the command prompt to determine if all the home directory
environment variables are set correctly. Be sure to compare the working vs.
the problem machine.
- Determine what Domain Controller is authenticating the working vs. the
problem machine for possible differences in account settings between the
Domain Controllers.
You may also be able to gather some useful information from the userenv.log.
- Start Regedt32 and locate the following path:
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
Create a new value called UserEnvDebugLevel as
a reg_dword. Assign the value 10002 in hexadecimal format.
Check out userenv.log in %systemroot%\debug directory
|