I think you don't even need any loops, you simply need Where-Object Import-CSV "C:\MyFolder\Study Setup.csv" | Where-Object { !(Test-Path $_ ...
確定! 回上一頁