我的问题是我不知道如何使用来查看每个可用更新的标题。当我运行Get-WindowsUpdate时,我得到以下信息:

我只想显示名字。

我不知道如何使用powershell,但是我尝试了下面的方法,但是我没有成功:
Get-WindowsUpdate | Select-Object Title| Format-Table发布于 2022-11-26 00:59:10
肯,
这边试试。
PS> (Get-WindowsUpdate).Title | ft输出:
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Versi
on 1.379.955.0)
Dell. - Firmware - 0.1.0.23
Intel - SoftwareComponent - 1.41.2021.121
Intel - SoftwareComponent - 1.63.1155.1
Intel - SoftwareComponent - 2130.1.16.1
SAMSUNG Electronics Co., Ltd. - Modem - 2.19.1.0https://stackoverflow.com/questions/74575848
复制相似问题