PS 5.1, Get-ComputerInfo generates blank lines at the top

I am completely with you on that. No discussion.

I highly doubt that this way is the most effective or efficient one … even for having a quick overview over the returned results on the console. You may take a look at PowerShell 7.x and the cmdlet Out-ConsoleGridView.

I highly recommend taking a look at the great module from Doug Finke ImportExcel. It does a lot of heavy lifting when you need to output to Excel. There is a Youtube video from the Research Triangle PowerShell User group with Doug talking about his module in detail and showing some really neat tricks.

I know what you mean, but I don’t agree with your conclusion. I even would not use Get-ComputerInfo at all because it takes a lot of time and returns a lot of information I’m not after. Using individual Get-CimInstance cmdlets for the different values I need inside a single CIM session per remote machine will probably be even faster.

Hmmm … of course this is a matter of personal taste but do you really think this output is clear and gives a good overview and is easy to digest or easy on the eyes? In case you wonder - I don’t. :wink: :kissing_heart: