posts-powershell

Displaying Data in a Grid View Window Vertically

Out-GridView always produces a table with one object per line: Get-Process -Id $pid | Out-GridView Occasionally, it would be more helpful to display the object...

  • Written By: ps1
  • Last Updated: April 21, 2025
  • 2 minutes read