标签: powershell
有一个数组,$ a,包含文件名,并通过这行代码输出到日志文件 -
$a | Format-List InputObject | Out-File $log -Append
输出看起来像这样 -
问题是,如何从输出中排除“InputObject:”标签?