Name: DeleteUserProfiles.ps1
Description:   This script will prompt you for a text file containing a list of usernames. It will attempt to delete each profile using CimInstance.

Name: DNS2IP.ps1
Description:   This script will prompt you for a text file containing a list of host names. It will attempt to resolve each to an IP address and export the results to a CSV file you specify. Entries failing to resolve will be blank.

Name: DocSync.ps1
Description:   This script uses RoboCopy to synchronize the files between a source and destination directory. If an error occurs, it is reported via email.

Name: FileCleanup.ps1
Description:   This script deleted files older than an age specified. You can specify multiple paths and extension filters. Results are sent via email.

Name: GroupEnum.ps1
Description:   You will be prompted for an Active Directory group name which will be enumerated and exported to a specified CSV file. Group enumeration is recursive, and the results indicate which members are nested as opposed to direct.

Name: GroupMembership.ps1
Description:   This script is designed to help support/admins add members to a security group or audit individual membership. You will be prompted for a username first. You will then be prompted for a group filter. This will allow you to specify a file when the script reports the user's current group membership. You will finally be prompted for the name of a group to add the user too. You can leave this blank or enter a group name the user should be added to.

Name: IP2DNS.ps1
Description:   This script will prompt you for a text file containing a list of IPs. It will attempt to resolve each to a hostname via PTR and export the results to a CSV file you specify. Entries failing to resolve will be blank.

Name: LocalAdminAudit.ps1
Description:   This script is used to audit the local administrators on a specified list of computers. The computer list is supplied by a text file list of computer names. Results are exported to a specified CSV.

Name: LocalRDUAudit.ps1
Description:   Same as LocalAdminAudit except this audits the Remote Desktop Users group.

Name: StartAutoServices.ps1
Description:   Simple script to issue a start command to any service marked for automatic startup not currently running.

Name: UsernameEnum-Bulk.ps1
Description:   This script will prompt you for a text file containing a list of usernames. It will then query Active Directory for the Display Name, Email Address and Enabled Status and write the results to a specified CSV file.

Name: VerifyHash.ps1
Description:   Script to verify the hash of a file. When prompted, select a file to verify and then enter a SHA1/SHA256/SHA384/SHA512/MD5 hash.

Name: WSUSReport.ps1
Description:   Produces a CSV report of WSUS clients including summary status.