The administrative account should be granted by Owner permissions on all public folders. Grant this account Owner client permissions on all public folders you want to synchronize.
In the Office 365 Exchange admin center, do the following:
To grant CreateSubfolders and FolderVisible permissions to the <User> (for example, LA\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
Add-PublicFolderClientPermission -Identity "\" -User "LA\JohnSmith" -AccessRights "CreateSubfolders","FolderVisible"
Remove-PSSession $session
On the computer where the Migration Manager console is installed, you can create, edit, and delete scheduled tasks using Task Scheduler, and in this guide we'll show you how to do it. To create a scheduled task, perform the following:
|
NOTE: A separate task should be created for every synchronized source public folder root. |
Below you can find examples of the scripts you can use for specific purposes:
Use the following script with your parameters to create your own script for Add arguments(optional): field to automate mail-enabling of created public folders:
Set-ExecutionPolicy RemoteSigned
cd "C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell"
Import-Module "C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell"
Get-MMExPublicFolderStatistics |Sort-Object -Property CollectionID | Sync-MailPublicFolder -ProxyAddresses -Permissions
Use the following script with your parameters to create your own script for Add arguments(optional): field to automate adding source legacyExchangeDN property as X500 in the target for group matching:
Set-MMExExecutionPolicy RemoteSigned
cd "C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell"
Import-Module "C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell"
Set-GroupMatching -SourceOrganization ‘My Source Organization’ -TargetOrganization ‘My Target Organization’
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center