<?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>PSStandardMembers – The Stealth Property</title><link>http://blogs.msdn.com/b/powershell/archive/2010/02/18/psstandardmembers-the-stealth-property.aspx</link><description>Today I got the question I’ve looked into all of my.format.ps1xml files but I can’t find out where Format-List is getting its default view for, say, System.Diagnostics.Process: PS&amp;gt; ps |select -first 1 |fl Id&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; : 7616 Handles</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PSStandardMembers – The Stealth Property</title><link>http://blogs.msdn.com/b/powershell/archive/2010/02/18/psstandardmembers-the-stealth-property.aspx#9972258</link><pubDate>Wed, 03 Mar 2010 17:11:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9972258</guid><dc:creator>Poshoholic</dc:creator><description>&lt;p&gt;I still really want this sort of configuration information to be settable for both objects returned by cmdlets and custom objects created using New-Object from PowerShell itself without the need for a ps1xml file. It makes much more sense to me to have this information defined in a module or function in PowerShell script right next to the definition of the object, not in an external ps1xml file. Part of this used to work in PowerShell 1.0 (&lt;a rel="nofollow" target="_new" href="http://poshoholic.com/2008/07/05/essential-powershell-define-default-properties-for-custom-objects/"&gt;http://poshoholic.com/2008/07/05/essential-powershell-define-default-properties-for-custom-objects/&lt;/a&gt;) but now that's broken. Please consider fixing the broken issue and supporting defining the rest of this for a future release of PowerShell. I'd love to see cmdlets or a DSL allow you to define this inline in PowerShell script files.&lt;/p&gt;
&lt;p&gt;Also something that is still unclear in this area is how do you define an object that rehydrates with all properties intact, not as a deserialized object? I can create simple custom objects with properties containing strings and integers and when I Export-Clixml and then Import-Clixml, the object comes back with the type names prefixed with &amp;quot;Deserialized.&amp;quot;. &amp;nbsp;I want a method to do this same task without the &amp;quot;Deserialized.&amp;quot; prefix.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9972258" width="1" height="1"&gt;</description></item><item><title>re: PSStandardMembers – The Stealth Property</title><link>http://blogs.msdn.com/b/powershell/archive/2010/02/18/psstandardmembers-the-stealth-property.aspx#9972182</link><pubDate>Wed, 03 Mar 2010 15:02:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9972182</guid><dc:creator>Martin Zugec</dc:creator><description>&lt;p&gt;Hi Jeffrey, &lt;/p&gt;
&lt;p&gt;info about PSStandardMembers is quite interesting, however Get-Member -FORCE is even more interesting :)&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9972182" width="1" height="1"&gt;</description></item><item><title>re: PSStandardMembers – The Stealth Property</title><link>http://blogs.msdn.com/b/powershell/archive/2010/02/18/psstandardmembers-the-stealth-property.aspx#9970537</link><pubDate>Sun, 28 Feb 2010 17:24:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9970537</guid><dc:creator>Jim V</dc:creator><description>&lt;p&gt;$ts=[timespan]0&lt;/p&gt;
&lt;p&gt;# empty timespan object&lt;/p&gt;
&lt;p&gt;$ts=[timespan]1&lt;/p&gt;
&lt;p&gt;# timespan object set to one tick.&lt;/p&gt;
&lt;p&gt;$ts=[timespan]1d&lt;/p&gt;
&lt;p&gt;# timespan object set to 1 day.&lt;/p&gt;
&lt;p&gt;What are the other time operators? &amp;nbsp;We have gb,kb, tb, etc. &amp;nbsp;What about teh rest of the time operators? &amp;nbsp;Where is this documented.&lt;/p&gt;
&lt;p&gt;Good for a blog maybe.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9970537" width="1" height="1"&gt;</description></item><item><title>re: PSStandardMembers – The Stealth Property</title><link>http://blogs.msdn.com/b/powershell/archive/2010/02/18/psstandardmembers-the-stealth-property.aspx#9966347</link><pubDate>Fri, 19 Feb 2010 14:33:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9966347</guid><dc:creator>Richard Holliday</dc:creator><description>&lt;p&gt;Great post. Thanks for the background.&lt;/p&gt;
&lt;p&gt;I wonder if this will make it into Bruce's second edition...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9966347" width="1" height="1"&gt;</description></item></channel></rss>