mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
436 B
436 B
PSWindowsUpdate
Windows Update를 관리하는 PowerShell 외부 모듈입니다. 이 도구는 PowerShell을 통해서만 실행할 수 있는 여러 명령을 제공합니다. 더 많은 정보: https://github.com/mgajda83/PSWindowsUpdate.
Install-Module
을 사용하여 모듈 설치:
Install-Module PSWindowsUpdate
- 모듈에서 사용할 수 있는 모든 명령 나열:
Get-Command -Module PSWindowsUpdate