<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How PowerShell Formatting and Outputting REALLY works</title><link>http://blogs.msdn.com/powershell/archive/2006/04/30/how-powershell-formatting-and-outputting-really-works.aspx</link><description>&amp;lt;WIZARD WARNING&amp;gt; Dreeschkind posted a question in the Microsoft.Public.Windows.Server.Scripting newsgroup about how PowerShell formatting worked with Select. He saw some behavior that he thought was a bug. Here is what he saw: PoSh C:\&amp;gt; gps |</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How PowerShell Formatting and Outputting REALLY works</title><link>http://blogs.msdn.com/powershell/archive/2006/04/30/how-powershell-formatting-and-outputting-really-works.aspx#599348</link><pubDate>Wed, 17 May 2006 01:15:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:599348</guid><dc:creator>Phil O'Serf</dc:creator><description>PowerShell defines XML schema and a mechanism (the Update-FormatData cmdlet) where anyone can register views for an object type. &amp;nbsp;&lt;br&gt;&lt;br&gt;Where is the schema defined? I can reverse engineering bits of it from the ps1xml files that ship in RC1 but haven't been able to find anything beyond a few examples of user ps1xml files.</description></item><item><title>re: How PowerShell Formatting and Outputting REALLY works</title><link>http://blogs.msdn.com/powershell/archive/2006/04/30/how-powershell-formatting-and-outputting-really-works.aspx#7212394</link><pubDate>Thu, 24 Jan 2008 00:07:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7212394</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;This document gives an overview of the schema:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/bb394649.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb394649.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, what do I have to do to make the formatting permanent? &amp;nbsp;If I run Update-FormatData, that only stays in effect while that instance of PowerShell is open.&lt;/p&gt;</description></item><item><title>@Jason</title><link>http://blogs.msdn.com/powershell/archive/2006/04/30/how-powershell-formatting-and-outputting-really-works.aspx#7279665</link><pubDate>Mon, 28 Jan 2008 07:24:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7279665</guid><dc:creator>marco.shaw</dc:creator><description>&lt;p&gt;Either you modify the default .ps1xml files (**not recommended**) or you simply drop your update-formatdata into your profile to run it everytime (notepad $profile).&lt;/p&gt;</description></item></channel></rss>