Connecting to or Disconnecting from Mailboxes or Production Sources

WARNING: Running Outlook and DigiScope simultaneously may cause connectivity issues.

These sections describe how to connect to a Production source to retrieve data.

Before you can Search, Restore, or Export any data, DigiScope must Connect to the associated Production sources, i.e. Production Exchange servers and PST files that have been added to the Production Tree.

When connecting to a Production Exchange server, you can choose to connect to all of the mailboxes within the Production source or you can filter which mailboxes to connect to.

Command to enable RPC/HTTP protocol for the DSAdmin or equivalent user

When connecting to an Exchange 2013/2016/2019 server if you have blocked the use of RPC/HTTP you must unblock RPC/HTTP for the DSAdmin{ExchangeVersion} user. For the example below  simply change the {ExchangeVersion} variable to match the version of Exchange your connecting to, i.e. DSAdmin2013 or DSAdmin2016 or DSAdmin2019

Set-CASMailbox -Identity “DSAdmin{ExchangeVersion}” -MAPIBlockOutlookRpcHttp $False

Ensure the "Microsoft Exchange RPC Client Access" service is running

This can be accomplished on the Exchange Server by one of the methods listed below .

METHOD 1:  Check & Modify Windows Services

METHOD 2:  Run  command within Windows PowerShell on the Exchange Server

 

Get-Service | Where-Object { $_.DisplayName -like "Microsoft Exchange RPC Client Access"} | Select-Object -Property *

 

Start-Service "Microsoft Exchange RPC Client Access"


Continue to the appropriate section: