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.

$logregion = “TEST”

$host.ui.RawUI.WindowTitle = "IP FQDN - $logRegion"  



$currentdate = get-date -f yyyy-MM-dd  

 
function get_info_func {  
 

$a = Get-Content "$PSScriptRootservers.txt"  
 
$get_info_array = @()  

foreach ($i in $a){  
write-host $i  
$array = New-Object PSObject  

  
  $array | Add-Member -type NoteProperty -Name "Name From List" -Value $i
  $array | Add-Member -type NoteProperty -Name "Host Name" -Value (Get-WmiObject -Class Win32_ComputerSystem -computername $i | Select-Object -expandproperty dnshostname)  
  $array | Add-Member -type NoteProperty -Name "Domain" -Value (Get-WmiObject -Class Win32_ComputerSystem -computername $i | Select-Object -expandproperty Domain)  
  $array | Add-Member -type NoteProperty -Name "IPAddress" -Value ([string](Get-WmiObject -Class Win32_NetworkAdapterConfiguration -computername $i | Select-object -expandproperty IPAddress) )  
  $array | Add-Member -type NoteProperty -Name "IpSubnet" -Value ([string](Get-WmiObject -Class Win32_NetworkAdapterConfiguration -computername $i | Select-object -expandproperty IpSubnet) )  
  $array | Add-Member -type NoteProperty -Name "DefaultIPGateway" -Value ([string](Get-WmiObject -Class Win32_NetworkAdapterConfiguration -computername $i | Select-object -expandproperty DefaultIPGateway) )  
  $array | Add-Member -type NoteProperty -Name "DNSServerSearchOrder" -Value ([string](Get-WmiObject -Class Win32_NetworkAdapterConfiguration -computername $i | Select-object -expandproperty DNSServerSearchOrder) )  
  $array | Add-Member -type NoteProperty -Name "Mac Address" -Value ([string](Get-WmiObject -Class Win32_NetworkAdapterConfiguration -computername $i | Select-object -expandproperty MACAddress) )  
  $array | Add-Member -type NoteProperty -Name "OS" -Value (Get-WmiObject -class Win32_OperatingSystem -computername $i | Select-Object -expandproperty Caption)  
  $array | Add-Member -type NoteProperty -Name "MODEL" -Value (Get-WmiObject -Class Win32_ComputerSystem -computername $i | Select-Object -expandproperty Model)  
  $array | Add-Member -type NoteProperty -Name "Serial Number" -Value (Get-WmiObject -class WIN32_systemenclosure -computername $i | Select-Object -expandproperty SerialNumber)  
  $array | Add-Member -type NoteProperty -Name "iDrac IP" -Value ([string](Invoke-Command -scriptblock { racadm.exe getniccfg } -computername $i) | Select-Object -expandproperty "IP Address")  
  

  $get_info_array += $array  

}  



$get_info_array | Export-Csv "$PSScriptRootIPinfo_$($logregion)_$(get-date -f yyyy-MM-dd).csv" -NoTypeInformation -append  

}#end function  


 & get_info_func  

New contributor

Von is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật