May 24th, 2015

PowerTip: Find Formatting Information for List Views

Doctor Scripto
Scripter

Summary: Find Windows PowerShell formatting information for list views.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find information about format data for types for list views?

Hey, Scripting Guy! Answer Use the Get-FormatData cmdlet and pipe the output to Where-Object., for example:

Get-FormatData | ? FormatViewDefinition -Match 'list view'

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion is closed.