> Seems there is a specific limitation in the Browser version due to the >MaxPageSize value in AD so it only returns 1000 records. > Other products out there have overcome this limitation (i.e. Quest uses the > -sizelimit parameter).
SizeLimit and PageSize are two different things. Sizelimit is the maximum number of items returned for a given search whereas PageSize is the maximum number to search results returned per request. You can limit the result set of a search to some value larger than the PageSize after which you still need to request the results in fragments less than or equal to the PageSize. Out of curiosity, what do you use that tool for? jlc

