When configuring the CRM Online 2011 Outlook client, many customers choose to have their end users configure manually, and I’ve had a few customers ask me if it’s possible to configure the CRM Outlook client with their CRM Online organization silently. While it’s not necessarily an easy process, it is technically possible to silently configure the CRM Outlook client. The steps that you’d need to follow to complete this process are as follows (steps specific to Windows 7):
<Deployments> <Deployment> <DiscoveryUrl>CRMOnline</DiscoveryUrl> <Organizations> <Organization IsPrimary='true'>OrganizationUniqueName</Organization> </Organizations> </Deployment> </Deployments>
Note: The OrgnizationUniqueName value must be populated with your CRM Online organization. OrganizationUniqueName is case-sensitive. You can get your Organization Unique Name at: Settings – Customizations – Developer Resources. An example would be crmNAorg2jas2.
Another option to consider when configuring the CRM Outlook client is to use the /QR command. The /QR command configures the application in a reduced UI mode. This option requires a configuration file in XML format specified by the config parameter. When configuring a CRM Outlook client to an on-premise org, this option acts similar to the /Q parameter, but displays installation progress bars and all error messages. When the /QR command is used to configure to a CRM Online org, the user will be prompted with the following configuration screen in order to provide their WLID credentials:
The next step would be for the user to select the Test Connection button and fill in their WLID credentials:
The user would then select their correct organization (if they are members of multiple CRM Online organizations). They’ll also be able to give their organization a Display Name before selecting OK.
Thanks, Jon
Can the Display Name be configured within the customconfig.xml file? If so, what is the syntax for this?
Hi
Apart from the generated log file, I want to know if there is any other way to check that the CRM client configuration was successfully done. Like some registry entry or so.
Regards
Ramesh
@Kim - Here is the syntax you can use in the Outlook.config file where the FriendlyName is what will display in Outlook and the IsPrimary value is the actual Organization name.
<Organization FriendlyName="My Organization" IsPrimary="true">OrganizationName</Organization>
I logged a documentation bug to get this added and this will be released in the next documentation update in June as well.
@Ramesh - The log file is the best way to get this information, so that you know if it was done successfully or not, but if you are looking to read a registry key you could look at HKCU\Microsoft\Software\Microsoft\MSCRMClient\CoreConfigured = 1
Thanks!
Shawn Dieken
Is it possible to disable the CRM11 addin for Outlook 2010? This key (CRM4) no longer applies...
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\crmaddin.Addin\LoadBehavior = 3
Technically, it's IMPOSSIBLE to silently configure CRM without manual end user intervention. The credentials must be manually entered prior to successful configuration no matter what from what I can tell.
A serious pain in the butt for IT support staff and users alike. Pretty disappointing implementation from a Microsoft product in an active directory environment. :(