
GFI MailArchiver 9 Import and Export Emails | 189
if ($exchangeServer.ServerRole -match 'ClientAccess')
{
Add-ADPermission -Identity $exchangeServer.DistinguishedName -User
'domain\user' -ExtendedRights ms-Exch-EPI-Impersonation
}
}
Example:
foreach ($exchangeServer in Get-ExchangeServer)
{
if ($exchangeServer.ServerRole -match 'ClientAccess')
{
Add-ADPermission -Identity $exchangeServer.DistinguishedName -User
'master-domain\administrator -ExtendedRights ms-Exch-EPI-Impersonation
}
}
Importing mailboxes remotely from Microsoft
®
Exchange Server 2010
1. Open the ‘Exchange Management Shell’ on the Microsoft
®
Exchange Server.
2. Run the following PowerShell commandlet:
New-ManagementScope -name "MAUMPolling" -recipientrestrictionfilter
{recipienttype -eq "UserMailbox"}
3. On completion, run the following PowerShell commandlet:
New-ManagementRoleAssignment -name "MAExportEmails" -
role:applicationimpersonation -user "administrator@domain.com" -
customrecipientwritescope "MAUMpolling"
Example:
New-ManagementRoleAssignment -name " MAExportEmails " -
role:applicationimpersonation -user "administrator@mydomain.com"
-customrecipientwritescope "MAUMpolling"
9.1.3 Step 2:Run the GFI MailArchiver Import Export Tool
To export emails from Microsoft
®
Exchange mailboxes:
1. Launch the GFI MailArchiver Import Export Tool by navigating to Start > Programs > GFI
MailArchiver > GFI MailArchiver Import Export Tool.
2. Click Import from Microsoft Exchange mailbox.
Comentarios a estos manuales