I've written some scripts based on the Active Directory UDF (for download please see signature).
In this thread I would like to share some of them. ADAudit
On one/multiple big sheet(s) you get users (columns) and groups (rows). The list is sorted descending by number of members so you get the users with most groups and the groups with most members on top of the page. You can filter by (multiple) samaccountname(s), department or you can create your own LDAP query filter. You can filter the resulting list of groups using a Regular Expression.
Link to the Downloads section:
History:
_AD_Example_GetOUTreeView
This example script displays all OUs in a TreeView. You can specify the FQDN of the OU where to start if you just want to see a subset.
Download: _AD_Example_GetOUTreeView.zip
History:
ADAT - Active Directory Administration Tool
ADAT is a tool to simplify common AD administration tasks. Every administration task has its own tab. It is easy to add new functions (tabs) to the tool. Some often used functions are already available: list users, computers, OUs. File ADAT.ini can be customized to hold the AD logon information if necessary. By default the user running the script connects to the AD.
Check this post for some screenshots.
Link to the Downloads section:
History:
ADCU - Active Directory Compare Users
ADCU displays two users and their group membership in two listviews. You can filter and export the data to Excel, Outlook mail and the clipboard.
Before running the script you need to change check_access.au3 and AD-Tools.ini
Link to the Downloads section:
ADCG - Active Directory Compare Groups
ADCG displays two groups and their direct members in two listviews. You can filter and export the data to Excel, Outlook mail and the clipboard.
Before running the script you need to change check_access.au3 and AD-Tools.ini
Link to the Downloads section:
Examples by other users Active Directory Tool: UserInfo by Marc. Download (added 2013-07-29).
Grab a users photo from AD and create a JPG file on disk (added 2017-01-21). Link to forum