1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 21:15:29 +02:00
tldr/pages.ko/windows/get-wusettings.md
코드싸이 dfdf2fca64
windows/get*: add Korean translation (#14524)
* windows/get*: add Korean translation

* get-wuapiversion: fix typo

* get-wuapiversion: fix typo

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* pages.ko/windows/getmac: fix typo

Co-authored-by: Chooooo <contact@choo.ooo>

* pages.ko/windows/get-wuapiversion: fix typo

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-03 15:18:35 +09:00

558 B

Get-WUSettings

현재 Windows Update 에이전트 구성을 가져옵니다. 외부 PSWindowsUpdate 모듈의 일부입니다. 이 명령은 PowerShell에서만 실행할 수 있습니다. 더 많은 정보: https://github.com/mgajda83/PSWindowsUpdate.

  • 현재 Windows Update 에이전트 구성 가져오기:

Get-WUSettings

  • 현재 구성 데이터를 이메일(SMTP)로 전송:

Get-WUSettings -SendReport -PSWUSettings @{SmtpServer="{{smtp_서버}}"; Port={{smtp_포트}} From="{{이메일_보낸이}}" To="{{이메일_받는이}}"}