PowerTip: Find Format Data Used by Current PowerShell Session

Doctor Scripto

Summary: Find the Windows PowerShell format data files that are used in your current Windows PowerShell session.

Hey, Scripting Guy! Question How can I find the format data files that are being used in my current Windows PowerShell session?

Hey, Scripting Guy! Answer 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 

0 comments

Discussion is closed.

Feedback usabilla icon