Issue
In some environments it may be desirable to remove any reference to the OPUS Outlook reconfiguration tool, particularly if there are no Outlook 2003 clients active in that environment.
Solution
To remove the OPUS part of the Exchange Pro User Portal page, edit this file on the Exchange Pro migration server:
C:\Program Files\Binary Tree\ExchangePro\User\Default.aspx
The line that inserts the OPUS section of this page is this:
<uc3:OutlookProfile ID="OutlookProfile1" runat="server" />
To comment out a line, use this format: <!-- --> where the space indicates the line being commented. So the edited OPUS line looks like this when commented out:
<!--<uc3:OutlookProfile ID="OutlookProfile1" runat="server" />-->
You can also delete the line from the file completely, although we recommend always making a copy of the original file prior to making any changes.