we're using a script where an array is filled using GetObject. The script is filling the array with Getobject by reading out members of a certain group in AD.
Now we encouter the problem that GetObject does not get more than 1500 objects. We have groups that have far more members. So the output of our script stops at 1500 objects.
I see al kinds of articles about the 1500 limit and how it can be solved in C++, but I haven't found the sloution in VBScript so far...but tnx for the tip