From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this in standard PowerShell.
I know that you can use Export-Csv
or Export-Clixml
and then open the file in Excel. I know you can use Out-GridView
and then copy and paste from there into Excel (albeit without the column headings). You can also use…
Continue Reading james’s Article on their blog
Tip: Out-ExcelClipboard in PowerShell
From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this in standard PowerShell. I know that you can use Export-Csv or Export-Clixml and then open the file in Excel.
Blog Syndicated with james’s Permission