I've got a little script which goes through our entire AD structure searching
for groups. On finding a group it then displays all the members of the group.
The final output is a text file which looks something like
group a, membera
group a, memberb
group b, member a
etc etc
The problem i have found is that any groups with over 1500 users are
truncated at 1500, so i'm not getting a true reflection of all the users in
those groups.
I've read a little that you have to specify the range to search, however, as
this is going through our entire active directory i need it to be able to
know when it hits a large group and automatically adjust to display every
single member.
any ideas?
Bookmarks