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>
This commit is contained in:
13
pages.ko/windows/get-wusettings.md
Normal file
13
pages.ko/windows/get-wusettings.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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="{{이메일_받는이}}"}`
|
Reference in New Issue
Block a user