Hello,
I run the following commands from the 2.0 Command line on a Domain Controller to list the members of a large group (thousands of members) and to count the number of objects (measure-object):
get-adgroupmember "mygroup"
get-adgroupmember "mygroup" | measure-object
Get-ADGroupMember : The size limit for this request was exceeded At line:1 char:18+ get-adgroupmember <<<< "mygroup"+ CategoryInfo : NotSpecified: (mygroup:ADGroup) [Get-ADGroupMember], ADException+ FullyQualifiedErrorId : The size limit for this request was exceeded,Microsoft.ActiveDirectory.Management.Comman ds.GetADGroupMember
What do I need to do to resolve this error? Thanks in advance.
Thanks for your help! SdeDot