Reputation: 1
I am trying to run CSVDE to export members of Active Directory groups with membership over 100,000 user objects.
I run the below command but only receive up to 1,500 user objects.
csvde -f [output file name] -s [domain controller] -p subtree -r "(&(objectclass=group)(name=[name of group))" -l "dn,member" -b [myID] [fakedomain.ds.net] password
I am trying CSVDE because Get-ADGroupMember seems limited to only a few thousand users and Get-QADGroupmembership is very slow.
Is there a CSVDE parameter I need to run that will export the entire membership? Or is there a Powershell routine that will export the entire 100K+ membership in less than hours+ ?
Upvotes: 0
Views: 18