mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 09:04:05 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
569 B
569 B
Get-WUSettings
Obtiene la configuración actual del Agente de Windows Update. Parte del módulo externo
PSWindowsUpdate
. Este comando solo se puede ejecutar en PowerShell. Más información: https://github.com/mgajda83/PSWindowsUpdate.
- Obtiene la configuración actual del Agente de Windows Update:
Get-WUSettings
- Envía los datos de configuración actuales por correo electrónico (SMTP):
Get-WUSettings -SendReport -PSWUSettings @{SmtpServer="{{servidor_smtp}}"; Port={{puerto_smtp}} From="{{correo_remitente}}" To="{{correo_destinatario}}"}