The PowerShell source code defines the default display of objects in the PowerShell console. You can create your own Format.ps1xml files to change the display of objects or to define default displays ...
You may not think too often about how text is displayed in your PowerShell console, but under the covers, there's quite a bit going on. Think about all of the commands you have the ability to run in ...