Powershell Tip #133: Set a title to Out-GridView window By powershellgu | September 13, 2018 0 Comment Tip: You can set a title when using the Out-GridView cmdlet. It can be useful in cases you have multiples windows open to compare them. PowerShell Get-Process | Out-GridView -Title Before Get-Process | Out-GridView -Title After 12 Get-Process | Out-GridView -Title BeforeGet-Process | Out-GridView -Title After