July 2017
Intermediate to advanced
648 pages
31h 9m
English
When member join or depart restrictions are set to ApprovalRequired, a group owner will receive a message informing them of the request, and they can approve or deny the request using the Accept or Reject buttons in Outlook or OWA. The user who created the distribution group will automatically be the owner, but you change the owner, if needed, using the -ManagedBy parameter when running the Set-DistributionGroup cmdlet, as shown:
Set-DistributionGroup -Identity AllEmployees `
-ManagedBy dave@contoso.com,john@contoso.com
As you can see, the -ManagedBy parameter will accept one or more values. If you are setting multiple owners, just separate each one with a comma, as shown previously.
Read now
Unlock full access