Narayanan_5245
Enthusiast
Enthusiast

Thanks LuCD for the modification and all the help. Got the expected output. Much Appreciated!!

Looks PCI ID shows Blank in the output. So modified the variable as like below and got the output for PCI.

@{N='PCI';E={$netAdapt.PciId}}, > @{N='PCIDevice';E={$nicList.PCIDevice}},

Tried adding below lines to export in csv format (export-csv) to the path but getting in incorrect characters in the spreadsheet.

| Format-Table -Autosize | Export-csv C:\Reports\Networklinkreport.csv

Can you help to suggest to export the report with DD/MM/YYYY format if possible.

Regards

Narayanan.

Reply
0 Kudos