Hi All,
Orphaned data = files / folders which their owner no longer exist in the organization.
I was wondering how do people handle orphaned data in their environment?
Are you using any commercial products? home-grown scripts?
I ran into a handy one today on http://www.techcolumnist.com/wp/2009/07/07/script-check-for-orphane...
I hadn't even considered an automatic method for discovery like the script you linked to employs. As part of my termination processes, I archive the files to DVD and shove them in the safe. I put an expiration date on the bundle, and theoretically at some point I'll go through and purge old ones. Theoretically.
Chris,
How do you find these files/ folders? Are you looking at (terminated) employee home directory? what about other areas on the network that employee has files & is the owner?
Also, what do you do with ACEs to folders / files that used to have that employee username and would now show-up as an SID? (not being able to resolve a username to an SID slows down ACL enumeration)
We are only interested in the user's home directory. Anything else they created and placed in one of the shared folders is likely still in use or relevant to the remaining users.I make a habit of not directly assigning users access to folders (with the exception of home folders), but instead use groups for everything. There are a number of groups with a single individual, but it still eliminated the SID issue. This way, when a replacement employee comes in, I can just assign them to the same groups, and they are in.