mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* windows/*: add more PowerShell commands * get-commandL fix typo * Update install-module.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
505 B
505 B
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}}"}