roaming user profiles

  • Thread starter Thread starter Waleed Saeed
  • Start date Start date
W

Waleed Saeed

i want to know a good way to delete the cached profile
from the local computer when the the user logs off ...
meaning that each time he would get a fresh copy of his
roaming profile when he logs in
 
How bout using a logoff script containing something like
del /q c:\documents and settings\%username%\*.*
 
i want to know a good way to delete the cached profile
from the local computer when the the user logs off ...
meaning that each time he would get a fresh copy of his
roaming profile when he logs in
Group Policy:
Computer Configuration\Administrative Templates\System\User Profiles
\Delete cached copies of roaming profiles

HTH
--
Cheers,
Marin Marinov
MCT,MCSE 2003,MCSE:Security 2003
-
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Back
Top