Get the complete value for AcceptMessagesOnlyFrom Property for a group
Hi All, When I obtain the details of the group, I get the list of authorized members who can send mail to a DL. But this list is truncated. Is there a way in which we can get the complete list of members (say more than 30 members or so) from the Exchange PowerShell Console? Any help is greatly appreciated! Regards Sudharson AN
May 18th, 2010 12:53pm

Which version of Exchange? This works for Exchange 2010 (and probably will for Exchange 2007 too): (Get-DistributionGroup -Identity "Group Name").AcceptMessagesOnlyFrom | ForEach {Write-Host $_.Name} -- Ed Crowley MVP "There are seldom good technological solutions to behavioral problems." . "AN Sudharson" wrote in message news:7aa7d24f-f743-445a-ad2a-66d3927d2150... Hi All, When I obtain the details of the group, I get the list of authorized members who can send mail to a DL. But this list is truncated. Is there a way in which we can get the complete list of members (say more than 30 members or so) from the Exchange PowerShell Console? Any help is greatly appreciated! Regards Sudharson AN Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2010 7:17am

Yes, using the ForEach did the trick! Thanks.
May 19th, 2010 7:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics