HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

Get-WUApiVersion — Get the Windows Update Agent version. Part of external `PSWindowsUpdate` module. This command can on

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandwindowsget-wuapiversionupdatecliagentget
windows

Problem

How to use the Get-WUApiVersion command: Get the Windows Update Agent version. Part of external PSWindowsUpdate module. This command can only be run under PowerShell. More information: <https://github.com/mgajda83/PSWindowsUpdate>.

Solution

Get-WUApiVersion — Get the Windows Update Agent version. Part of external PSWindowsUpdate module. This command can only be run under PowerShell. More information: <https://github.com/mgajda83/PSWindowsUpdate>.

Get the currently-installed Windows Update Agent version:
Get-WUApiVersion


Send the current configuration data via email (SMTP):
Get-WUApiVersion -SendReport -PSWUSettings @{SmtpServer="{{smtp_server}}"; Port={{smtp_port}} From="{{sender_email}}" To="{{receiver_email}}"}

Code Snippets

Get the currently-installed Windows Update Agent version

Get-WUApiVersion

Send the current configuration data via email (SMTP)

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

Context

tldr-pages: windows/Get-WUApiVersion

Revisions (0)

No revisions yet.