Book Image

Microsoft Exchange Server PowerShell Essentials

By : Biswanath Banerjee
Book Image

Microsoft Exchange Server PowerShell Essentials

By: Biswanath Banerjee

Overview of this book

PowerShell has become one of the most important skills in an Exchange administrator's armory. PowerShell has proved its mettle so widely that, if you're not already starting to learn PowerShell, then you're falling behind the industry. It isn't difficult to learn PowerShell at all. In fact, if you've ever run commands from a CMD prompt, then you'll be able to start using PowerShell straightaway. This book will walk you through the essentials of PowerShell in Microsoft Exchange Server and make sure you understand its nitty gritty effectively. You will first walk through the core concepts of PowerShell and their applications. This book discusses ways to automate tasks and activities that are performed by Exchange administrators and that otherwise take a lot of manual effort. Microsoft Exchange PowerShell Essentials will provide all the required details for Active Directory, System, and Exchange administrators to help them understand Windows PowerShell and build the required scripts to manage the Exchange Infrastructure.
Table of Contents (17 chapters)
Microsoft Exchange Server PowerShell Essentials
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Managing folder/calendar permission


In this topic, we will review the usage of folder permissions within a mailbox using PowerShell in Exchange 2013 and 2016 On-Premise and the Exchange Online environment. The three cmdlets that will help us to modify and view the permission on individual folders are Add-MailboxFolderPermission, Set-MailboxFolderPermission, Get-MailboxFolderPermission, and Remove-MailboxFolderPermission.

You can specify the following access rights using the Access Rights parameter, which are self-explanatory. If you want to understand about a particular access rights, type Get-Help Set-Mailbox folder permission. The access rights available are: Read Items, Create Items, Edit Owned Items, Delete Owned Items, Edit All Items, Delete All Items, Create Subfolders, Folder Owner, Folder Contact, and Folder Visible

There is a provision to specify a combination of the previously mentioned access rights by using: None, Owner, Publishing Editor, Editor, Publishing Author, Author, Non...