para listar los drivers instalados en el equipo, desde el cmd ejecuta el siguiente comando:
pnputil.exe -e
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..
viernes, 27 de octubre de 2017
lunes, 12 de junio de 2017
Nombre de usuario incorrecto se muestra en el diálogo de bloqueo de archivos
Cuando tratas de abrir un archivo del servidor de archivos, se muestra Nombre de usuario incorrecto en el diálogo de bloqueo de archivos, realiza los siguiente:
- Ve a la ruta exacta donde se encuentra localizado el archivo en tu servidor de archivos.
- En el Explorador de archivos, ve la pestaña VISTA, luego selecciona "elementos ocultos"
- Luego click al botón Opciones, pestaña Ver, quita la selección a la opción "ocultar archivos protegidos del sistema".
- luego veras todos los archivos temporales, empiezan con ~$filename, ahi con seguridad estará el que te da problemas y aparece abierto por un usuario erroneo.
- Borra ese archivo ~$filename.
- Ahora intenta abrir de nuevo el archivo, ya estará corregido.
***********************
Incorrect user name is displayed in the file lock dialog.
When you try to open a file server file, incorrect User Name is displayed in the file lock dialog, it performs the following:
- Go to the exact path where the file is located on your file server.
- In File Explorer, go to the VISTA tab, then select "Hidden Items"
- Then click the Options button, View tab, removes the selection to the option "hide protected files from the system".
- then you will see all the temporary files, start with ~ $ filename, there surely will be the one that gives you problems and is opened by a wrong user.
- Delete that file ~ $ filename.
- Now try to open the file again, it will be corrected.
martes, 30 de mayo de 2017
No se muestran o visualizan las imágenes en Outlook
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.
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.
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
Suscribirse a:
Entradas (Atom)