Archive for the 'Windows' Category

Delete Temp Files for Each User Profile on Windows

This script cycles through each user profile in documents and settings and removes temp files. I’ve adapted this script in the past to perform other tasks on users profiles on our terminal server and has prven to be a good time saver.

Map Network Drives Depending on Group Membership

Maintaining a lot of log-in scripts is a pain, especially the repetition involved in adding someone to a security group (Finance) and then mapping the appropriate network share (\\Server\Finance). I’ve recently switched to VB script instead of batch files. This lets me map network drives automatically based on group membership in active directory.