Currently all of our users are using a global policy with Lync 2010 that sets the option "EnableExchangeContactSync" to false. This means that within the Lync client properties, the option "Save my Lync contacts in my personal contacts folder on the exchange server" is greyed out. However, we have one user that has this box checked although it is greyed out. Therefore, we are not able to to uncheck the option. I have run
Get-CsClientPolicy | where-object {$_.EnableExchangeContactSync -eq $True}
to see if there is another policy configured in our environment however nothing was returned.
Does anyone have an idea where this setting is getting pulled from for this user or if there is a way that we can reset this setting for a particular user?
Thanks,
Krubb