<?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>Documentation One Liner</title><link>http://blogs.msdn.com/powershell/archive/2007/09/15/documentation-one-liner.aspx</link><description>I'm constantly amazed and delighted by what people are able to do with a single line of PowerShell. The System Center Virtual Machine Manager (SCVMM) team just released a PowerShell Cmdlet Reference HERE . That is cool – it allows anyone to go take a</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; Documentation One Liner</title><link>http://blogs.msdn.com/powershell/archive/2007/09/15/documentation-one-liner.aspx#4930912</link><pubDate>Sat, 15 Sep 2007 20:22:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4930912</guid><dc:creator>MSDN Blog Postings  » Documentation One Liner</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/09/15/documentation-one-liner/"&gt;http://msdnrss.thecoderblogs.com/2007/09/15/documentation-one-liner/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Documentation One Liner</title><link>http://blogs.msdn.com/powershell/archive/2007/09/15/documentation-one-liner.aspx#4937485</link><pubDate>Sun, 16 Sep 2007 10:26:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4937485</guid><dc:creator>Andrew Tearle</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.thoughtware.co.nz/PowerShell/PSVirtualMM.htm"&gt;http://www.thoughtware.co.nz/PowerShell/PSVirtualMM.htm&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Documentation One Liner</title><link>http://blogs.msdn.com/powershell/archive/2007/09/15/documentation-one-liner.aspx#4962501</link><pubDate>Tue, 18 Sep 2007 00:03:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4962501</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;This is similar to the way I created the cmdlet quick reference in the early User Guides. &amp;nbsp;At the heart of the script was pulling the cmdlet definition out of the CmdletInfo object and pulling the Synopsis from the help. &amp;nbsp;That way I wouldn't need to do anything by hand, just get a new build and rebuild the table automatically! &amp;nbsp; It wasn't quite a one liner in the end as I built a complicated html table, but it started like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;code&amp;gt;&lt;/p&gt;
&lt;p&gt;PS&amp;gt; get-command -type cmdlet |ft name,definition,@{ l = &amp;quot;Synopsis&amp;quot;; e = {(get-he&lt;/p&gt;
&lt;p&gt;lp $_.name ).synopsis }}&lt;/p&gt;
&lt;p&gt;&amp;lt;/code&amp;gt;&lt;/p&gt;
</description></item><item><title>re: Documentation One Liner</title><link>http://blogs.msdn.com/powershell/archive/2007/09/15/documentation-one-liner.aspx#4998458</link><pubDate>Wed, 19 Sep 2007 19:29:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4998458</guid><dc:creator>Antonio Dias</dc:creator><description>&lt;p&gt;It's not a one-liner but we posted the script we used to address the same issue here: &lt;a rel="nofollow" target="_new" href="http://blogs.vmware.com/vipowershell/2007/09/new-htmlhelp.html"&gt;http://blogs.vmware.com/vipowershell/2007/09/new-htmlhelp.html&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>