
Windows Server 2016 Standard
伺服器似乎無法接收或查看 PrintNightmare 補丁。
根據微軟文件,我應該尋找 KB5004948。根據知識庫上的此 Microsoft 頁面,它需要最新的 SSU。我驗證了伺服器上安裝了 SSU KB5001402。
但是,Windows 更新未顯示 KB5004948 可用。伺服器沒有每個 Windows 更新的剩餘修補程式。在 Powershell 中使用Get-Hotfix
確認它沒有被修補:
> Get-HotFix -Id KB5004948
Get-HotFix : Cannot find the requested hotfix on the 'localhost' computer. Verify the input and run the command again.
At line:1 char:1
+ Get-HotFix -Id KB5004948
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Get-HotFix], ArgumentException
+ FullyQualifiedErrorId : GetHotFixNoEntriesFound,Microsoft.PowerShell.Commands.GetHotFixCommand
下載直接 MSU 並嘗試安裝會導致意外結果The update is not applicable to your computer.
我在這裡缺少什麼嗎? Microsoft 頁面上是否存在拼字錯誤,也許哪個 KB 是正確的修補程式?