Tuesday, March 10, 2020

Microsoft.PowerShell.ConsoleGuiTools Gridview

Quick Overview:

If you like to see your powershell output in gridview format. Try this new Microsoft.PowerShell.ConsoleGuiTools

Open Powershell ISE as administrator Run below command line

Install-Module Microsoft.PowerShell.ConsoleGuiTools
and then give a quick try
1
Get-Process | Out-GridView -PassThru | Stop-Process

No comments :