Show/Hide “Customer Experience Improvement Program” in CRM for Outlook Plugin for users by default
Script can be used to configure CRM for outlook plugin from command line. You can pass configuration details using xml file to the script. Here is sample xml :
<Deployments>
<Deployment>
<DiscoveryUrl> http://Servername </DiscoveryUrl>
<Organizations>
<Organization IsPrimary='true'> organisation1 </Organization>
<Organization> organisation1 </Organization>
</Organizations>
<CEIPNotification> false </CEIPNotification>
</Deployment>
</Deployments>
XML node CEIPNotification can be used to Show/Hide Customer Experience Improvement Program
Here is sample command:
Tooltip Text
"<CRM installation path>\Client\ConfigWizard\Microsoft.Crm.Application.Outlook.ConfigWizard.exe" /i
"<CRM installation path>\Default_Client_Config.xml"
- <CRM installation path>
Default CRM installation path for 64 bit is C:\Program Files\Microsoft Dynamics CRM\
For 32-bit it C:\Program Files(86x)\Microsoft Dynamics CRM\
- /i ” C:\Program Files\Microsoft Dynamics CRM\Default_Client_Config.xml”
Is used to specify the location of xml config file
Refer to Install Microsoft Dynamics CRM for Outlook using a command prompt for further details about configuring CRM for outlook automatically.