This commit is contained in:
dfinke
2015-09-11 11:40:59 -04:00
parent bd2464d654
commit 3949b7b113

View File

@@ -1,5 +1,5 @@
$xlFile = "c:\temp\testCF.xlsx"
rm $xlFile
rm $xlFile -ErrorAction Ignore
$data = Get-Process | where Company | select Company,pm,handles,name