2013-09-04

VBScript - Get Active Directory group memberships for a single account

I created this script to easily retrieve and copy the Active Directory group memberships for a specific account to the clipboard. It actually use SendKeys and Notepad to do the copy since there is no easy way to copy to the clipboard using VBScript.

Click here to download

VBScript - Manage Scheduled Tasks

This script was created to facilitate remote management of scheduled tasks on Windows machines. It uses WMI to view and modify scheduled tasks, so it does not offer all of the options that creating a schedule tasks with the the Windows 7 task scheduler does. The functionality that this offer is comparable to using the
AT command. This script must be run by using the Windows Script Host (CScript).