こんにちは、今日はPowerShellで別ウィンドウにテーブル出力するコマンドレットOut-GridViewの使い方についてまとめていきます。
確認環境
PSVersion 5.1.18362.1110
Out-GridViewの使い方
以下のように出力をOut-GridViewコマンドレットに渡すと、その出力を別のウィンドウにテーブルで出力します。
PS C:\Users\santerabyte> Get-Process | Out-GridView
リンク
Out-GridView (Microsoft.PowerShell.Utility) – PowerShell | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-gridview?view=powershell-5.1