Hey Spiceheads!
I've kinda hit a wall on a project that I'm working on. The task is to find all the files on our file server that are over a year old and notify the user that they should delete them if they are finished with them. I tried going through the file server to do that but I ran into a problem when I looked at the files owner. My next option was to go through the AD, and use their home directory path. I have been able to loop through all of our locations and then display all of our employees from each location. I need to be able to grab attributes from each AD account, search its home directory, create a list of files, and then send out an email to the user. The only part that I'm having a problem in is grabbing the attributes from the AD object. Anyone have a script that I could use as a reference or have some suggestions? I...