To grant Full Access permission for Public Folder to the account perform the following steps:
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 Owner
|
NOTE:This permission must be granted for all public folders you want to synchronize. |
To grant the required permission to the <User> (for example, JohnSmith), run the following cmdlet in Exchange Management Shell:
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic –AllowRedirection
Import-PSSession $session
New-ManagementRoleAssignment -Role "Public Folders" -User "JohnSmith"
Remove-PSSession $session
To grant the required permission to the <User> (for example, JohnSmith), run the following cmdlet in Exchange Management Shell:
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic –AllowRedirection
Import-PSSession $session
New-ManagementRoleAssignment -Role "View-Only Configuration" -User "JohnSmith"
Remove-PSSession $session
© ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center