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).


2013-08-16

"So just let me introduce myself."



I'm creating this blog to share some of the scripts I've created to do different things. Most will be VBScript. Feel free to comment on any of the scripts you see here, and let me know if these scripts help you.

Thanks and happy coding...