Book Image

Microsoft Exchange Server Powershell Cookbook (Update)

Book Image

Microsoft Exchange Server Powershell Cookbook (Update)

Overview of this book

Table of Contents (21 chapters)
Microsoft Exchange Server PowerShell Cookbook Third Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Allowing managers to modify group membership


Many organizations like to give specific users rights to manage the membership of designated distribution groups. This has been a common practice for years in previous versions of Exchange. While users have typically modified the memberships of the groups they have rights to from within Outlook, they now have the added capability to manage these groups from the web-based Exchange Control Panel (ECP). Exchange 2010 introduced a new security model that changed the way you can delegate these rights. In this recipe, we'll take a look at what you need to do in Exchange 2013 in order to allow managers to modify the memberships of distribution groups.

How to do it...

Let's see how to allow managers to modify group membership using the following steps:

  1. The first thing you need to do is assign the built-in MyDistributionGroups role to Default Role Assignment Policy:

    New-ManagementRoleAssignment -Role MyDistributionGroups `
    -Policy "Default Role Assignment...