Hello all,
I try to deploy MS Dynamics CRM 2015 Outlook Plugin. The Installation itself works, but obviously, I also need to configure it.
To configure a site, you have to have the credentials stored in Credential Manager.
Doing this manually is pretty easy, just run
cmdkey /generic:Microsoft_CRM_https://orgname.domain.com/ /user:%username%@%userdnsdomain% /pass
Unfortunately, you cannot do this in an elevated user session. The user gets prompted for his password, but can't be stored. Configuration fails -> Users call helpdesk.
So, basically I try to install a Microsoft addon for a Microsoft product into a Microsoft product installed on a Microsoft product using a Microsoft product. And it doesn't work!