9.20.2016

Exchange 2016 Powershell command to list all the members allowed to send to a Distribution Group

Exchange Powershell 2016 command to list all the members allowed to send to a Distribution Group

get-distributiongroup "GROUPNAME" | select -expandproperty AcceptMessagesOnlyFrom | select name | sort-object name


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.