Contact in Lync/Skype show PRESENCE UNKNOW
New-CsClientPolicy –Identity “ExcludeContactSearching” –ExcludedContactFolders “Contacts”
NEXT:
Grant-CsClientPolicy –Identity <user> –PolicyName “ExcludeContactSearching”
En este blog podremos compartir y comentar varios de los problemas raros y comunes que se nos pueden presentar en el dia a dia cuando atendemos casos de soporte.. espero que encontres tu respuesta aquí.. si no lo solucionamos juntos.. dale..
martes, 31 de enero de 2017
jueves, 26 de enero de 2017
How to configure Exchange Server (2013/2016) to convert RTF messages in HTML format
Exchange 2013/2016 or Exchange Onlin
-Open the Exchange Management Shell.
-To see you current settings, run the command:
Get-RemoteDomain | fl
Get-RemoteDomain | Where {$_.TNEFEnabled -ne $false}
- For each Remote domain, run the command:
Set-RemoteDomain -Identity * -TNEFEnabled $false
Set-RemoteDomain -Identity * -ContentType MimeHtml
Set-RemoteDomain -Identity * -ContentType MimeHtml
After configuring the Exchange server in this way, messages sent by users in RTF will be converted to HTML by the server.
https://technet.microsoft.com/en-us/library/bb310786(v=exchg.150).aspx
https://technet.microsoft.com/en-us/library/aa998600(v=exchg.150).aspx
https://technet.microsoft.com/en-us/library/aa998600(v=exchg.150).aspx
Suscribirse a:
Entradas (Atom)