We have Office 365 and CRM Online. Our users are synced with DirSync to Office 365 and thus CRM online. Our domain in Office 365 is federated. Users can succesfull login to CRM Online. Also users can successfully manually configure CRM Outlook client and connect to CRM online. But now we want to automate this for users and we are hitting a wall.
The XML we use is as follow:
<Deployments>
<Deployment>
<DiscoveryUrl>https://disco.crm4.dynamics.com</DiscoveryUrl>
<Organizations>
<Organization IsPrimary='true'>Our CRM Org</Organization>
</Organizations>
</Deployment>
</Deployments>
Then we run
"C:\Program Files\Microsoft Dynamics CRM\Client\ConfigWizard\Microsoft.Crm.Application.Outlook.ConfigWizard.exe" /q /i "C:\Program Files\Microsoft Dynamics CRM\Default_Client_Config.xml"
But nothing happens and it errors out.
Is there something wrong in my XML ?