You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting the following error (we have > 10,000 groups)
[-] Group Memberships - May take some time
Exception caught: System.ArgumentException: Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.Dictionary2.Resize(Int32 newSize, Boolean forceNewHashCodes) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add)
at ADRecon.ADWSClass.GroupRecordDictionaryProcessor.processRecord(Object record)
The text was updated successfully, but these errors were encountered:
BTW - This script is awesome
Im getting the following error (we have > 10,000 groups)
[-] Group Memberships - May take some time
Exception caught: System.ArgumentException: Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.Dictionary
2.Resize(Int32 newSize, Boolean forceNewHashCodes) at System.Collections.Generic.Dictionary
2.Insert(TKey key, TValue value, Boolean add)at ADRecon.ADWSClass.GroupRecordDictionaryProcessor.processRecord(Object record)
The text was updated successfully, but these errors were encountered: