For all the simplicity on the surface, Roaming Profiles can be quite complex to debug (trust me, I've got 50,000+ of them). :roll:
Here are some areas of investigation to consider...
Are things working correctly without the setting?
===================================
(1) I assume that you are using a different account to verify whether the "test" account's profile is being deleted. I know this is really a basic thing, but you never know...![]()
(2) Is the "user" account, the one you are testing with, assigned a Roaming User Profile location on their domain account? If so, is that RUP assignment working correctly :?:
(3) What does the RSoP report indicate? Is the setting reaching the device :?:
If so, then perhaps the account is not really logging off and perhaps that is preventing the system from deleting the profile... :idea:
===================================
(4) Look for an Application Event Log entry that indicated that the "Test" account is not trully logging off. If not really logging off, then perhaps you should take a look at installing the Microsoft utility named "UPHClean".
(5) An alternate lookup location for this kind of information is the UserEnv log (%SystemRoot%\Debug\Usermode\UserEnv.log) running in verbose mode. Look for evidence that the user profile is not unloading. You can also look to see if the RefCount (this would be noted in that userenv.log file) is going to zero when the account logs off.
Verbose Mode On
[code:1]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind ows NT\CurrentVersion\Winlogon]
"UserenvDebugLevel"=dword:0003000 2[/code]
Verbose Mode Off
[code:1]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind ows NT\CurrentVersion\Winlogon]
"UserEnvDebugLevel"=dword:0000000 0[/code]


LinkBack URL
About LinkBacks
Reply With Quote
