viernes, 2 de marzo de 2018

requirements to Install agent SCCM 2012

Description
UDP
TCP
HTTP from the client computer to a fallback status point
. not applicable
80
Server Message Block (SMB) between the site server and client computer
. not applicable

445
RPC endpoint mapper between the site server and the client computer
135
135
RPC dynamic ports between the site server and the client computer
. not applicable
Dynamic

HTTP from the client computer to an intranet-only management point
. not applicable
80
HTTPS from the client computer to an Internet-capable management point.
Not applicable
443
also Internet Control Message Protocol (ICMP) echo request (PING) messages 

installing Autocad Error 1606

Error 1606 installing Autocad:

In my case, we have a Windows image in which we have configured the path of the user profiles on
disk D: (D: \ User) and the Operating System on disk C:

SOLUTION
- open regedit
- go to:
  • HKEY_LOCAL_MACHINE
  • Software
  • Microsoft
  • Windows
  • CurrentVersion
  • Explorer
  • Shell Folders
  • Replace c:\users\...... for D:\users\... on: desktop, documents, music, pictures, videos, as shown in the picture.

- log off log on 
- try install Autocad again.

Adding network printer and receiving 0x000005b3 error

When trying to add a network printer, the following error occurs:


SOLUTIONS
- Run the Disk Cleanup (Liberador de Espacio en Disco (de Windows))
- Select C:
- Select "Installation log files"
- Delete manually *.tmp from c:\windows\system32
-log off log on
- Try agaim add network print

viernes, 27 de octubre de 2017

Listar drivers instalados en el equipo

para listar los drivers instalados en el equipo, desde el cmd ejecuta el siguiente comando:

pnputil.exe -e

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.

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”