powershell get-hotfix2正确缺少了get-hotfix cmdlet的日期(信用到http://powershell.com/cs/forums/p/12409/21917.asp
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell get-hotfix2正确缺少了get-hotfix cmdlet的日期(信用到http://powershell.com/cs/forums/p/12409/21917.asp相关的知识,希望对你有一定的参考价值。
function get-hotfix2{
param($computername)
#$PSBOundParameters
Get-HotFix @PSBOundParameters |
Select-Object description,hotfixid,installedby, @{l="InstalledOn";e={[DateTime]::Parse($_.psbase.properties["installedon"].value,$([System.Globalization.CultureInfo]::GetCultureInfo("en-US")))}}
}
以上是关于powershell get-hotfix2正确缺少了get-hotfix cmdlet的日期(信用到http://powershell.com/cs/forums/p/12409/21917.asp的主要内容,如果未能解决你的问题,请参考以下文章
Powershell会导致Elasticlogsearch和Kibana仪表板
Powershell 无法返回正确的退出代码
jqGrid在屏幕布局中没有正确对齐。缺什么?
为啥 PowerShell 不处理这个 $?正确退出代码?
如何正确验证powershell中的参数?
WPF Datagrid Combobox SelectedItem 未正确绑定到 Powershell 对象