0 votes

We have some dynamic groups with roughly 1800 members. Get-AdmGroup returns the member property OK for small groups, but for these large groups it returns null for member.

Is there a setting for this?

Or do I have to workaround by calling Get-AdmGroupMember for those groups?

Thanks,
Randy Lindsey
Colorado Springs Utilities

by (20 points)

1 Answer

0 votes
by (216k points)

Hello Randy,

The reason why the Get-AdmGroup cmdlet doesn't work for those groups is that the groups are dynamic. The Get-AdmGroup cmdlet doesn't support dynamic groups.

We suggest using Microsoft's AD management cmdlets to work with dynamic groups. For example, you can use the Get-DynamicDistributionGroup cmdlet from Exchange Management Tools: http://technet.microsoft.com/en-us/libr ... 50%29.aspx.

Related questions

0 votes
0 answers

When I run the above script after selecting groups the custom field "Group" is not showing one of the selected groups and not all of the groups are being reported ... 2 specific security groups are appearing and neither in one that was included in the search

asked Nov 18, 2021 by A_Pastor (70 points)
0 votes
1 answer

I'm learning how to use the Adaxes powershell commands. I've tried searching for a group and that fails to find anything but the local domain. ... one domain. Get-AdmGroup -AdaxesService ADAXES01.domain.com -Credential $myCredentials -Identity Administrators

asked Jul 29, 2020 by ComputerHabit (790 points)
0 votes
1 answer

Hi Guys, You probably already met with a similar problem in your organization. Communications Department has dozens of distribution groups, that need to be updtaed base on some ... do the job. Maybe you can share some better solution to achieve same goal.

asked Mar 9, 2015 by axmaster (510 points)
0 votes
1 answer

I had a business rules that had a PowerShell script to update User properties in a SQL table. It was working fine. I moved the PowerShell to a custom command so I could ... in the custom command does get the values for the User object. Am I missing something?

asked Jun 2, 2014 by sdavidson (730 points)
0 votes
1 answer

If I have 2 Active Directory Security groups in my domain - Group A Group B Is it possible to create a report that shows only users who have membership in both groups? For ... Jane Doe is in Group A AND Group B she would be included in the resulting report.

asked May 11, 2020 by sirslimjim (480 points)
3,326 questions
3,026 answers
7,727 comments
544,678 users