分隔多個條目我有一個文件:我怎麼能在一個單一的獲取上下文
name user phone other
PowerShell腳本:
get-content -Path Z:\folder\name.txt |
ForEach-Object {
(get-hotfix -Computername $_ | sort-object Installedon)[-1]
}
的偉大工程。
我想用一個文件:
name user phone other
如何從上線多個項目僅分離的名字嗎?