Search notes:

PowerShell: formatting file

A formatting file is an XML file with the extension *.ps1xml that contains the instructions for one (or more?) views that define how objects are rendered on the console by PowerShell.

See also

In module manifest file, the formatting files to be imported when a module is loaded are specified with the FormatsToProcess directive.

Index