July 2017
Intermediate to advanced
648 pages
31h 9m
English
To restrict who can send messages to a group, use the Set-DistributionGroup cmdlet:
Set-DistributionGroup -Identity Sales `
-AcceptMessagesOnlyFrom 'Bob Smith','John Jones'
After running this command, only the users Bob Smith and John Jones can send messages to the Sales distribution group.
Read now
Unlock full access