PowerShell 명령을 사용하여 Windows Server 업데이트를 관리하려면 어떻게 해야 합니까?
다음 PowerShell 명령을 사용하여 PowerShell 명령으로 Windows Server 업데이트를 관리할 수 있다.
Get-PackageProvider -Name nuget -Force
Install-Module PSWindowsUpdate -confirm:$false -Force
Get-WindowsUpdate -Install -acceptall -IgnoreReboot