• Best Practice Migrating MailinDBs to Sharefolders

    Dear Forum,

    are there any best practices in migrating Notes MailinDBs to Exchange Sharedmailboxes.

    Domino:
    MailinDB
    Editor and Reader Groups

    Exchange:
    SharedMailbox
    sendonbehalf Group
    owner Group to manage the accessgroups

    Is it possible to have the Readergroup…

  • How to improve migration performance when migrating to an on-premise Exchange 2013 or Exchange 2016 server

    1.) Open an Exchange Management Shell

    2.) Run the following cmdlets:

    New-ThrottlingPolicy MigPolicy


    Set-ThrottlingPolicy MigPolicy -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance…