meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| windows:wsus [2021/06/22 10:31] – lc | windows:wsus [2024/03/19 22:36] (actual) – [El equipo no aparece en el WSUS] lc | ||
|---|---|---|---|
| Línea 161: | Línea 161: | ||
| Ejecutar desde powershell en el equipo ccon problemas | Ejecutar desde powershell en el equipo ccon problemas | ||
| $updateSession = new-object -com " | $updateSession = new-object -com " | ||
| + | |||
| + | Forzar la sincronización mediante un script | ||
| + | <sxh> | ||
| + | Function Force-WSUSCheckin($Computer) | ||
| + | { | ||
| + | | ||
| + | # Have to use psexec with the -s parameter as otherwise we receive an " | ||
| + | $Cmd = ' | ||
| + | & | ||
| + | | ||
| + | | ||
| + | | ||
| + | { | ||
| + | # Now that the system is told it CAN report in, run every permutation of commands to actually trigger the report in operation | ||
| + | wuauclt /detectnow | ||
| + | (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow() | ||
| + | wuauclt /reportnow | ||
| + | c: | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| https:// | https:// | ||
| Línea 191: | Línea 212: | ||
| ==== El equipo no aparece en el WSUS ==== | ==== El equipo no aparece en el WSUS ==== | ||
| - | ==== No aparecen máquinas en el WSUS ==== | ||
| Podemos abrir un terminal y ejecutar el wuauclt.exe con alguna de estas opciones: | Podemos abrir un terminal y ejecutar el wuauclt.exe con alguna de estas opciones: | ||
| * / | * / | ||
| Línea 209: | Línea 229: | ||
| * / | * / | ||
| * / | * / | ||
| + | |||
| + | Por ejemplo para actualizar la conexión de la estación al servidor de wsus < | ||
| + | |||
| == Referencias == | == Referencias == | ||
| Línea 214: | Línea 237: | ||
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| + | |||
| + | ==== Otros problemas ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * forzar el chequeo -> https:// | ||
| + | |||
| + | ==== Error 7053 ==== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| ==== Parches fuera de ciclo ==== | ==== Parches fuera de ciclo ==== | ||
| Línea 233: | Línea 271: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||