powershell 获取已安装日期的修补程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 获取已安装日期的修补程序相关的知识,希望对你有一定的参考价值。

Get-HotFix -ComputerName ONV111111 | 
    Select-Object HotfixID,Description,@{label="InstalledOn";e={[DateTime]::Parse($_.psbase.properties["installedon"].value,$([System.Globalization.CultureInfo]::GetCultureInfo("en-US")))}} | 
    Sort-Object InstalledOn

以上是关于powershell 获取已安装日期的修补程序的主要内容,如果未能解决你的问题,请参考以下文章

powershell 检查是否安装了修补程序

powershell 安装Windows修补程序

powershell PowerShell脚本为SDL Web 8.1.1安装修补程序XPM_8.1.1.571

powershell PowerShell脚本为SDL Web 8.1.1安装修补程序XPM_8.1.1.571

powershell PowerShell:搜索修补程序。

使用 Powershell 的已安装程序的完整列表