Get-ADGroupMembers
1.0
Get-ADGroupMembers supporting large groups.
Returns ADObjects
Avoids:
msds-memberTransitive (limited in query results to 4500) and a subsequent call to AD to return AD object properties for each distinguishedName in the results.
Get-ADGroupMember -Recursive (default Active Directory Web Services MaxGroupOrMemberEntries limit of 5000) ... and a subsequent call to Get-A
Returns ADObjects
Avoids:
msds-memberTransitive (limited in query results to 4500) and a subsequent call to AD to return AD object properties for each distinguishedName in the results.
Get-ADGroupMember -Recursive (default Active Directory Web Services MaxGroupOrMemberEntries limit of 5000) ... and a subsequent call to Get-A
Get-ADGroupMembers supporting large groups.
Returns ADObjects
Avoids:
msds-memberTransitive (limited in query results to 4500) and a subsequent call to AD to return AD object properties for each distinguishedName in the results.
Get-ADGroupMember -Recursive (default Active Directory Web Services MaxGroupOrMemberEntries limit of 5000) ... and a subsequent call to Get-ADObject if the ADPrincipal object properties are not sufficient.
LDAP_MATCHING_RULE_IN_CHAIN (which has none of the shortcomings of the above approaches but) can be very slow.
Show more
Returns ADObjects
Avoids:
msds-memberTransitive (limited in query results to 4500) and a subsequent call to AD to return AD object properties for each distinguishedName in the results.
Get-ADGroupMember -Recursive (default Active Directory Web Services MaxGroupOrMemberEntries limit of 5000) ... and a subsequent call to Get-ADObject if the ADPrincipal object properties are not sufficient.
LDAP_MATCHING_RULE_IN_CHAIN (which has none of the shortcomings of the above approaches but) can be very slow.
Installation Options
Owners
Package Details
Author(s)
- Mark Holderness
Functions
Dependencies
This script has no dependencies.
FileList
- Get-ADGroupMembers.nuspec
- Get-ADGroupMembers.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 329 | 6/20/2021 |