PowerShell:从"变为每个"

时间:2015-03-26 13:37:53

标签: powershell foreach

$ DS_Folder文件夹中只有一个MSI文件。 我需要将它作为变量$ MSI 我不工作的剧本:

Foreach ($file in Get-ChildItem $DS_Folder){
If ($file.extension -eq ".msi") {$MSI=$file.FullName}
}
Write-Host $MSI

0 个答案:

没有答案