Use Out-GridView Requirements
PowerTip of the Day, from PowerShell.com Out-GridView is a great way to present results in a “mini-Excel” sheet: Get-Process | Out-GridView However, Out-GridView has two requirements:.NET Framework 3.5.1 and the built-in script editor ISE must both be installed. ISE is not installed by default on Windows Servers. So, if you want to use… Continue reading Use Out-GridView Requirements