Out-GridView PowerShell cmdlet sends the output from a command to a grid view window where the output is displayed in an interactive table.
Aliases
The following abbreviations are aliases for this cmdlet:
ogv
Syntax
Parameter Set: PassThru
Out-GridView [-InputObject <PSObject> ] [-PassThru] [-Title <String> ] [ <CommonParameters>]
Parameter Set: OutputMode
Out-GridView [-InputObject <PSObject> ] [-OutputMode <OutputModeOption> ] [-Title <String> ] [ <CommonParameters>]
Parameter Set: Wait
Out-GridView [-InputObject <PSObject> ] [-Title <String> ] [-Wait] [ <CommonParameters>]
Detailed Information: