Link to home
Start Free TrialLog in
Avatar of Asif Faleel
Asif FaleelFlag for United Arab Emirates

asked on

Active Directory Dynamic Distribution Groups

Hi,

I have a requirement to create distribution groups based on the reporting to field in AD.

Is there a query based DG to add all the users reporting to one manager to a group.

Thanks,
GFC
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Asif Faleel

ASKER

Thanks
I'd use the manager attribute and create a group based on that.
The opposite directReports attribute shows all the reports a user (manager) has.

The direct solution using the AD manager attribute works with
- PowerShell
- FirstWare DynamicGroup (3rd party)

Second solution lets you select any available AD attribute and build a query with it.
You can LDAP type it or use the drag n drop query builder. Update intervalls can be set to your needs.

Here's a screenshot for creating a group based on the manager attribute set to "brian.miller"
firstware-dynamicgroup-manager.PNG