[scripting] Simple query timing out

2016-06-08 Thread Heaton, Joseph@Wildlife
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

RE: [scripting] Simple query timing out

2016-06-08 Thread Daniel
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