What I want to modify is the view you get when you open an AD group on the left side tree view and open the members section. I would like to change the level of detail of information displayed for the users on the right side window. Thanks.
Announcement
Collapse
No announcement yet.
Changing Query Views
Collapse
X
-
Re: Changing Query Views
You have to do it the way Chuck outlined in the above post, because there isn't any 'View' for group members, as Active Directory does not have group members as an object that can be queried. I think that this is a really big flaw in the design of AD, but Microsoft will probably never fix it. Group membership is just a multi-valued attribute of a user, and a group's members are the same way.Kevin Stanush
SystemTools Software Inc.
Comment
-
-
Re: Changing Query Views
Yes, to modify the querys you get when you right-click on the users and choose Tabular Views->User(Detailed) you'll go to File->Manage Object View->AD Queries. Change the Query Type to Active Directory User, then click on User(Detailed) with Tabular in the Display Format column. Add the fields you want from there.
Comment
-
Comment