PowerShell tips – part 007.

To create a listing grid to show info and output from PowerShell, you can send the output to the Out-GridView cmdlet:
Let’s make one example to show the output of Get-WmiObject Win32_Processor.

The result is this:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.