Documents and Settings Profiles

(imported topic written by lunchboxfl91)

I have searched the forum and I am sure that this is here, but I am unable to find it. I would like to scan each machine and return the values of the folders in the Documents and Settings folder. So that I am able to see what users have logged into the machine. Like User1, User2, User3, User4. I want these values to be returned. We are doing this to track down a machine that has been moved so that we can get some data for another user. Thanks in advance for any help.

(imported comment written by mcalvi91)

here is what we used (modified a bit to remove some key users).

(names of folders of folder “C:\Documents and Settings”) whose ((it as lowercase is not “userexception1”) and (it as lowercase is not “userexception2”) and (it as lowercase is not “userexception3”) and (it as lowercase is not “all users”) and (it as lowercase is not “userexception4”) and (it as lowercase is not “localservice”) and (it as lowercase is not “networkservice”) and (it as lowercase is not “userexception5”) and (it as lowercase is not “administrator”))

(imported comment written by lunchboxfl91)

That did it. Thanks for the quick response. Saved me a lot of time.