I want to configure MS Outlook 2010 automatically in silent with the Default_Client_Config.xml
But when I run the commands in Command Prompt like this:
"C:\Program Files (x86)\Microsoft Dynamics CRM\Client\ConfigWizard\Microsoft.Crm.Application.Outlook.ConfigWizard.exe" /q /i "C:\Program Files (x86)\Microsoft Dynamics CRM\Default_Client_Config.xml" /l "c:\outlookClient.log"
Then I get the error: "The server might be unavailable."
But when I Manually connect to the server with the config wizard then it is succesfully.
This is my .xml:
<Deployment>
<DiscoveryUrl>http://UrlServer</DiscoveryUrl>
<Organizations>
<Organization FriendlyName="OrganizationName" IsPrimary='true'>OrganizationName</Organization>
</Organizations>
</Deployment>
I don't know what's wrong with this configuration.