I'm trying to enumerate a group's membership, and export to a csv. Here's my
command:
Get-AdGroupMember -Identity "ProjectTracking_Users" | Select Name | export-csv
c:\tracking.csv -NoTypeInfo
When I run this, it ends up timing out with this:
Get-ADGroupMember : The operation returned because
My first thought is "how stinkin' large is this group anyway?"
If the size of the group is causing enumeration to take too long, divide and
conquer.
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Heaton, Joseph@Wildlife
Sent: Wednesday, June 08, 20