Summary: Find the Windows PowerShell format data files that are used in your current Windows PowerShell session.
How can I find the format data files that are being used in my current Windows PowerShell session?
Use the Get-FormatData cmdlet in Windows PowerShell 3.0, and to browse this information, pipe the results to the More command:
Get-FormatData | more