Query Windows Domain (Access MDB)
An Access DB that queries the domain for objects, e.g., user ID's, along with the related account fields. Requires that you modify code to specify a domain.
Details
- Download all user's domain information, along with groups, and provides a running count of accounts returned, as well as displaying start and end times
- Queries individual user accounts, providing type ahead via a combox for the userID, and shows all the usual information, as well as lists all the account's groups (ACL's)
- One module which provides functions for the forms, using module-level variables for common elements
- To use, one needs to modify the default domain value in one of the forms, as well as specify the correct domain in the module.
Right-click to Save Target As: GetDomainAccounts.zip





