mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-10 04:23:36 +00:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user