1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 13:35:51 +02:00
tldr/pages.es/windows/pswindowsupdate.md
Starsoon 82eb0aa1b6
pages.es/windows/*: add Spanish translation (#16716)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-07-20 09:46:34 +03:00

13 lines
434 B
Markdown

# PSWindowsUpdate
> Un módulo externo de PowerShell para gestionar Windows Update.
> Esta herramienta proporciona múltiples comandos que solo se pueden ejecutar a través de PowerShell.
> Más información: <https://github.com/mgajda83/PSWindowsUpdate>.
- Instalar el módulo usando `Install-Module`:
`Install-Module PSWindowsUpdate`
- Listar todos los comandos disponibles en el módulo:
`Get-Command -Module PSWindowsUpdate`