All Forums >> [Scripting] >> WSH & Client Side VBScript >> XP Pro Logoff Script needed that will..... Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
XP Pro Clients log into a Unix/Solaris Domain. Clients use Roaming Profiles.
We do not want Users profiles to be cached on the local computer (yes..I'm aware there is a Group Policy setting; for some reason it doesn't work.
I was given the task of writing a script....I've never written a script in my life...so please help me keep my job!
I NEED A SCRIPT that: When a User Logs Off All Folders, except Administrator, All Users and Default Users, in the "Documents & Settings" Folder are Deleted
hmm. I'm not a Unix person by any stretch of the imagination, but I dont believe there is such a thing as a 'Unix/Solaris' Domain. Perhaps I'm mistaken. Plus, since you say clients are using roaming profiles, that tells me they are logging into a windows domain controller in order to download the roaming profile. As for the cached profile problem, you can set a registry entry for deleting cached profiles as instructed here:
if this works for you it would be easier than creating a script, since all you have to do is create the entry on one machine (test it of course), than right click the resulting key entry and export to a file. It will create a .reg file that you can put on a server share and distribute to all the applicable systems using a login script, or some other means of distribution.