11-02-2016 12:17 PM
Would anyone be able to tell me what exactly the additonal element fields in the Server Side History options control?
I've highlighted them below.
Using Get-CsConversationHistoryConfiguration | Select *
EnableServerConversationHistory : True
MaxContinuedConversationRetry : 3
EnableDisplayNameResolution : False
ScopeClass : Global
Anchor : Microsoft.Rtc.Management.ScopeFramework.GlobalScopeAnchor
Identity : Global
Element : <ConversationHistorySettings xmlns="urn:schema:Microsoft.Rtc.Mana
gement.Settings.ConversationHistory.2013"
CachedUserThreshold="1000000" CachedUserCleanupPercentage="20"
EnableServerConversationHistory="true"
MaxContinuedConversationRetry="3"
UserCacheItemExpirationSeconds="3600"
UserCacheInvalidItemExpirationSeconds="7200"
EnableDisplayNameResolution="false" />
I've looked over the Technet articles and Googled, but there's really no description for the addtional items available. I can guess what they control, but would like to know what they are actually used for. Trying to see if it would assist with mobile history control.
Thanks!