How to set Federation Search by default ?
WORKAROUND
Please note that these changes needs to be reapplied after every new version upgrade.
Browse to the
C:\Program Files\Quest Software\ArchiveManager\WebSite\Controls\Search.ascx
Locate this line (Line 499)
<asp:CheckBox ID="cbSearchAllServerInstances" Text="All Instances" runat="server">
Make the changes so that it now reads
<asp:CheckBox ID="cbSearchAllServerInstances" Text="All Instances" runat="server" checked="True"/>
Save and restart the IIS
Reload the Archive Manager webpage.