I Tired the same question in the diff thread. But belive it was very confusing. I am starting a new thread for it.
I have a CSV file with
Server | ServerType | Platform |
test1 | terminalserver | terminal |
test2 | UI | GPC |
test3 | svt | ml |
i want to pull the drive space details for the servers mentioned in the csv.
I want the output in this format.
Server | ServerType | Platform | Disk Space(gb) | Freespace(gb) | Freepercent% |
test1 | terminalserver | terminal | 50 | 5 | 10 |
test2 | UI | GPC | 50 | 5 | 10 |
test3 | svt | ml | 50 | 5 | 10 |