netapp Questions
1
Solved
I'm able to diff contents ("cells") of two CSVs and get output of the highest value using the following function:
Compare-Object $oldfile $latestfile -Property "UsedSize" -PassThru | select-Object...
Shoemake asked 17/4, 2017 at 13:8
1
© 2022 - 2024 — McMap. All rights reserved.