Summary: Find Windows PowerShell formatting information for list views.
How can I use Windows PowerShell to find information about format data for types for list views?
Use the Get-FormatData cmdlet and pipe the output to Where-Object., for example:
Get-FormatData | ? FormatViewDefinition -Match 'list view'