<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Powershell tips and tricks from the field with Ben Pearce (Media on TechNet Edge)</title><atom:link rel="self" type="application/rss+xml" href="http://edge.technet.com/media/powershell-tips-and-tricks-from-the-field-with-ben-pearce/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Edge/images/feedimage.png</url><title>Comment Feed for Powershell tips and tricks from the field with Ben Pearce (Media on TechNet Edge)</title><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/</link></image><description>Powershell tips and tricks from the field with Ben Pearce</description><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/</link><language>en-us</language><pubDate>Fri, 11 Sep 2009 12:09:52 GMT</pubDate><lastBuildDate>Fri, 11 Sep 2009 12:09:52 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3531.14011, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Powershell tips and tricks from the field with Ben Pearce</title><description>&lt;p&gt;powershell rocks..a great tool to use.....good luck man..&lt;/p&gt;
&lt;p&gt;&amp;lt;a href="http://www.everyinsurancequotes.com"&amp;gt;cheap car insurance quotes&amp;lt;/a&amp;gt;&lt;/p&gt;</description><comments></comments><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=8495</link><pubDate>Fri, 11 Sep 2009 12:09:52 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=8495</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/8495/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>powershell rocks..a great tool to use.....good luck man..
&amp;lt;a href="http://www.everyinsurancequotes.com"&amp;gt;cheap car insurance quotes&amp;lt;/a&amp;gt;</evnet:previewtext><dc:creator>Parul</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://edge.technet.com/8495/Trackback.aspx</trackback:ping></item><item><title>Re: Powershell tips and tricks from the field with Ben Pearce</title><description>&lt;p&gt;What a cool career. His live must be so livened up by doing things he loves. Thank you. Good luck for the project. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.carinquotes.com/"&gt;cheap car insurance&lt;/a&gt;&lt;/p&gt;</description><comments></comments><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=7415</link><pubDate>Fri, 04 Sep 2009 08:04:22 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=7415</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/7415/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What a cool career. His live must be so livened up by doing things he loves. Thank you. Good luck for the project. 
cheap car insurance</evnet:previewtext><dc:creator>jujujuju</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://edge.technet.com/7415/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Powershell tips and tricks from the field with Ben Pearce</title><description>Thanks, I was looking for this.&lt;br /&gt;&lt;br /&gt;I was trying to pause the video right as it was in the middle of the screen to see the commands...funny.&lt;br /&gt;&lt;br /&gt;-Michael</description><comments></comments><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=1338</link><pubDate>Thu, 26 Jun 2008 03:11:45 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=1338</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1338/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks, I was looking for this.I was trying to pause the video right as it was in the middle of the screen to see the commands...funny.-Michael</evnet:previewtext><dc:creator>Michael Sainz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://edge.technet.com/1338/Trackback.aspx</trackback:ping></item><item><title>Re: Powershell tips and tricks from the field with Ben Pearce</title><description>Hi All&lt;br /&gt;&lt;br /&gt;Sadly, the camera didn't pick up some of the command lines I was using in the demo.&amp;nbsp; Below is a complete transcript of the demo's I did.&lt;br /&gt;&lt;br /&gt;Get-Help Get-WMIObject -det&lt;br /&gt;Get-WMIObject -namespace "root\cimv2" -class Win32_LogicalDisk&lt;br /&gt;$disks = Get-WMIObject -namespace "root\cimv2" -class Win32_LogicalDisk&lt;br /&gt;$disks | get-member&lt;br /&gt;$disks | format-table -property deviceid, filesystem, freespace&lt;br /&gt;Get-WMIObject -namespace "root\cimv2" -class Win32_LogicalDisk -computername localhost&lt;br /&gt;Get-WMIObject -namespace "root\cimv2" -list&lt;br /&gt;&lt;br /&gt;Have fun&lt;br /&gt;&lt;br /&gt;BenP</description><comments></comments><link>http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=1333</link><pubDate>Wed, 25 Jun 2008 10:19:36 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/?CommentID=1333</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1333/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi AllSadly, the camera didn't pick up some of the command lines I was using in the demo.&amp;nbsp; Below is a complete transcript of the demo's I did.Get-Help Get-WMIObject -detGet-WMIObject -namespace "root\cimv2" -class Win32_LogicalDisk$disks = Get-WMIObject -namespace "root\cimv2" -class&amp;#8230;</evnet:previewtext><dc:creator>BenP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://edge.technet.com/1333/Trackback.aspx</trackback:ping></item></channel></rss>