To grant the Public Folders management role to the <User> (for example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
New-ManagementRoleAssignment -Role "Public Folders" -User "LA\JohnSmith"
To grant the required permission to the <User> (for example, JohnSmith), run the following cmdlet in Exchange Management Shell:
New-ManagementRoleAssignment -Role "View-Only Configuration" -User "LA\JohnSmith"
To grant the required permission the administrative account, for example, JohnSmith), run the following cmdlet in Exchange Management Shell:
Get-PublicFolder -Recurse | Add-PublicFolderClientPermission -User "LA\JohnSmith" -AccessRights Reviewer
|
NOTE:This permission must be granted for all public folders you want to synchronize. |
To grant CreateSubfolders and FolderVisible permission to the <User> (for example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
Add-PublicFolderClientPermission -Identity "\" -User "LA\JohnSmith" -AccessRights "CreateSubfolders","FolderVisible"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center