logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Get Windows Update Settings - Control WUA Configuration | Online Free DevTools by Hexmos

Get Windows Update settings with Get-WUSettings. Easily control Windows Update Agent configuration and retrieve current settings using PowerShell. Free online tool, no registration required.

get-wusettings

Get the current Windows Update Agent configuration. Part of external PSWindowsUpdate module. This command can only be run under PowerShell. More information: https://github.com/mgajda83/PSWindowsUpdate.

  • Get the current Windows Update Agent configuration:

Get-WUSettings

  • Send the current configuration data via email (SMTP):

Get-WUSettings -SendReport -PSWUSettings @{SmtpServer="{{smtp_server}}"; Port={{smtp_port}} From="{{sender_email}}" To="{{receiver_email}}"}

See Also