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?
JimBritt-MSFT
Microsoft
Nov 16, 2019You could also leverage the following with the new Az module to simply get the count similar to some of the other versions recommended here in this post.
(Get-AzADGroup -DisplayName "<DisplayNameofGroup>" | Get-AzADGroupMember).count
(Get-AzADGroup -DisplayName "<DisplayNameofGroup>" | Get-AzADGroupMember).count