The first post in the series is here.
The next post in this series is here.
In order to import all the PST files from the user's home drive, we needed some guidelines. And lets not forget about managers. They always want to feel they are adding in value ;)
Users need to know whats going on.
These guys are very wary of anyone touching their PST files. "This is very important data and I may need it someday." So we wanted to be upfront and completely honest.
They get an 'Initial Report' showing how many files were found on their Home share and the state of those files. All files are imported with these exceptions:
- A file of 256K in size is just an empty shell and don't even waste the time trying to import them.
- A file that has not been touched in 2 years is considered dormant and is skipped as well
- If a file has the word "backup" or back up", we assume its a backup
Next, once the import is complete, they get a 'Final Report' show what files were processed and the result of each. As you might expect, some files are corrupt and can't be imported. The use is also give a very concise list of instructions to disconnect the existing PST files from Outlook.
After 6 days from the Final Report, we send the 1st of the nudge reports. We beg them to disconnect those PST files. We send another after 13 days and after 24 days. All the while we are getting copies of these emails so we know who these people are and can open tickets so they can be assisted.
Even with all these notices, we noticed that people don't have time to read them and they generally ignored them. At least until the GPO set in.
After 12 days, users are added to a GPO that disables PST growth.
We did want to scare people by taking away their PST files. We even say in the 1st email to them, 'We Don't Delete Anything." -- but if we give them an Archive Mailbox we can't let them continue adding messages to PST files. So we compromised and allow them to open an review older PST files, but we do not allow the to add any new messages there. We tell the users they can keep their PST files forever if they want. But we all know that will be changed in some future meeting when The Powers That Be say to kill them all.
Reclaim Space on Home Shares.
Since this all started with file server farms filling up, there was also the dire need of removing the PST files from these home shares.
Certainly a dilemma since we're planning on not scaring the users with the "D" word (delete).
So it was decided to put the users PST on their local drive. This solves the need to clean off Home Shares and the need to not delete the files for the users warm and fuzzy feeling.
Introduction: The Beginings
Part 1: Script Requirements
Part 2: Add-PSTImportQueue
Part 3: Process-PSTImportQueue
Part 4: Some Tools we added
Part 5: Set-PSTImportQueue
Part 6: About PST Capture
Part 7: More PST Import Tools
Part 8: Using RoboCopy
Part 9: Morning Status Report
Part 10: Using BITS Transfer
Part 11: Get the script / Set up
Part 12: The Functions