Relative Content

Tag Archive for powershellexport-to-csv

Powershell – format info to csv

Trying to query non-windows native program (dell racadm) info and format string into csv file with other info. Everything works until I get to the iDracIP and it returns blank in the csv file. I know my syntax is bad but I cannot figure out what to command use to grab the “IP Address” string and pipe it into the csv file. I have tried select-object, get-itemproperty.