立即与支持人员聊天
与支持团队交流

Reference Materials for Migration 8.15 - Public Folder Synchronization (MAgE)

About This Document How It Works Before You Begin Public Folder Synchronization Specific Case Workarounds Technical Reference

Granting the Public Folders Role

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"

Granting the View-Only Configuration Role

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"

Granting Read Permission for Each Public Folder

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.

Granting CreateSubfolders and FolderVisible Access Rights for the Root Folder

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"

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级