Get-Process|Where{$_.WorkingSet -ge 100MB}|Export-Csv -Path proc.csv #生成したCSVを表示するには以下のようにする #Import-Csv -path proc.csv|select Name,WorkingSet