Miscellaneous Scripts & Tools

Here you will find some scripts & tools that I've written for some reason or another. Rather than leave them rotting away in some folder or CD I've uploaded them here. Hopefully someone will find them useful or maybe learn something from them.

Desktop Migration Script

This is a very useful vbscript that I wrote during a large migration of systems to active directory.
The script scans the local C: drive for so called hot files (files that you want to copy eg:- .doc .pdf etc ) and then copies them to a specified UNC path within a folder with the workstations hostname. It also scans user profiles that have been used since a specified date and also copies hot files from them to the UNC path. All actions are logged to a file in the UNC path for audit purposes.

Licensed under the GNU General Public License.

Download Migration Script