Forum Discussion
William Tait
May 12, 2017Brass Contributor
Azure AD Dynamic Groups - Display Membership and count members
Created Azure AD Dynamic Groups. These Groups have thousands of members. The Azure Portal GUI will show the group as having "1000+ Members". Drilling into this Dynamic group will display the followin...
- May 13, 2017
Try the -All parameter?
VasilMichev
May 13, 2017MVP
Try the -All parameter?
Himanshu Singh
Apr 02, 2020Iron Contributor
What about the -All parameter in case of Office 365 groups
| LDAP display name | Available on cmdlets | Value | Comments |
| n/a | Get-UnifiedGroup | Integer | For example, Get-UnifiedGroup -Filter "GroupExternalMemberCount -gt 0". |
Filterable properties for the Filter parameter
https://docs.microsoft.com/en-us/powershell/exchange/exchange-server/recipient-filters/filter-properties?view=exchange-ps
-All parameter - when used the command does not generate any output,
but it works without but then not sure if it was able to check/traverse/enumerate all groups or not ,
As in just the first 100 or something when -All or unlimited is not specified
BR,
/HS
- paulsugarclJul 13, 2021Copper Contributor
Himanshu Singh hi!!!
less complex (Get-AzureADGroupMember -all 1 -ObjectId "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx").count