Seguramente te has topado con algunos correos que vienen con imágenes adjuntas y no las puedes ver en Outlook, pero al ingresar por Owa si las puedes ver.
Para Solucionar esto, ve al IE y desmarca la opción "no guardar las paginas cifradas en el disco"
Cierra y abre outlook nuevamente y tus correos ahora si se verán completos.
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, 30 de mayo de 2017
martes, 31 de enero de 2017
Presence Unknow - Lync / Skype For Bussines
Contact in Lync/Skype show PRESENCE UNKNOW
New-CsClientPolicy –Identity “ExcludeContactSearching” –ExcludedContactFolders “Contacts”
NEXT:
Grant-CsClientPolicy –Identity <user> –PolicyName “ExcludeContactSearching”
New-CsClientPolicy –Identity “ExcludeContactSearching” –ExcludedContactFolders “Contacts”
NEXT:
Grant-CsClientPolicy –Identity <user> –PolicyName “ExcludeContactSearching”
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
lunes, 27 de junio de 2016
Presencia desconocida/Presence unknown Lync 2013/Skype for bussines
PROBLEM:
contacts at Lync/Skype clients shows "presence unknown"
SOLUTION:
delete %UserProfile%\AppData\Local\Microsoft\Office\15.0\Lync in the computer client.
(Create a GPO to apply all Organization computers)
references: http://blog.insidelync.com/2013/09/lync-2013-presence-issues/
contacts at Lync/Skype clients shows "presence unknown"
SOLUTION:
delete %UserProfile%\AppData\Local\Microsoft\Office\15.0\Lync in the computer client.
(Create a GPO to apply all Organization computers)
references: http://blog.insidelync.com/2013/09/lync-2013-presence-issues/
Outlook Web App didn’t initialize. If the problem continues, please contact your helpdesk.
PROBLEM:
Exception type:Microsoft.Exchange.Clients.Owa.Core.OwaThemeManagerInitializationException
Exception message: Couldn’t find a base theme (folder name=base)
Call stack
Microsoft.Exchange.Clients.Owa.Core.ThemeManager.LoadThemeFiles()
Microsoft.Exchange.Clients.Owa.Core.OwaApplicationBase.ExecuteApplicationStart(Objectsender, EventArgs e)
SOLUTION
run UPDATECAS.PS1 from ‘C:\Program Files\Microsoft\Exchange Server\V14\Bin
with Exchange Management Shell
Exception type:Microsoft.Exchange.Clients.Owa.Core.OwaThemeManagerInitializationException
Exception message: Couldn’t find a base theme (folder name=base)
Call stack
Microsoft.Exchange.Clients.Owa.Core.ThemeManager.LoadThemeFiles()
Microsoft.Exchange.Clients.Owa.Core.OwaApplicationBase.ExecuteApplicationStart(Objectsender, EventArgs e)
SOLUTION
run UPDATECAS.PS1 from ‘C:\Program Files\Microsoft\Exchange Server\V14\Bin
with Exchange Management Shell
miércoles, 15 de junio de 2016
Recuperar archivos no guardados de Word/Recover unsaved Word files
Si realizaste archivos de Word y no los guardaste puedes encontrarlos en esta ruta (Aplica para cualquier documento Office)
%APPDATA%\Microsoft\Word
%LOCALAPPDATA%\Microsoft\Office\UnsavedFiles
Abrir el archivo .asd
%APPDATA%\Microsoft\Word
%LOCALAPPDATA%\Microsoft\Office\UnsavedFiles
Abrir el archivo .asd
martes, 17 de mayo de 2016
Cannot get the security descriptor of mailbox while connecting the disconnected mailbox
- We need to find out the duplicate account with msExchMailboxGUID
- To do that we need to use LDP.exe
- Run ldp.exe to search via msExchMailboxGUID and let me know the results.
- Start the Active Directory Administration Tool
(LDP.exe). - On the Connection menu, click Connect.
- In the Server box, type the name of a domain controller. Leave the default port selection as 389, unless you have set up your LDAP port configurations differently on the domain controller, and then click OK.On the Connection menu, click Bind.
- Type the user name, password, and domain information for a user who has access to view the Active Directory root tree, and then click OK.
- On the View menu, click Tree.
- Leave the BaseDN box blank, and then click OK. By default, this switches the focus to the BaseDN of the root Active Directory tree
- Expand the domain container (DC=example,DC=com), right-click the user's container, and then click Search.
- Copy the new msExchMailboxGUID entry from the error, And modify it as \82\52\a2\13\36\69\fe\4f\a2\7f\47\2d\0e\1a\26\05 (for details how to modify the GUID to be able to search it in ldp.exe see example below)
- Now search with this GUID with brackets (msexchangeguid=\82\52\a2\13\36\69\fe\4f\a2\7f\47\2d\0e\1a\26\05).
- We must see our results with multiple user accounts.
- Now we need to remove one of the account completely as it has got the same msexchMailboxGUID.
- Once we do that we should be able to successfully add our disconnected mailbox or if we want to use a new account then we can remove both of them.
referencia: https://blogs.technet.microsoft.com/unable-to-connect-disconnected-mailbox/2014/06/12/cannot-get-the-security-descriptor-of-mailbox-while-connecting-the-disconnected-mailbox/
Suscribirse a:
Entradas (Atom)