<?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>Windows PowerShell Blog</title><link>http://blogs.msdn.com/powershell/default.aspx</link><description>Automating the world one-liner at a time.
&lt;table border=0 width=100%&gt;&lt;tr&gt;&lt;td align=right&gt;&lt;a href='http://blogs.msdn.com/powershell/pages/download-windows-powershell.aspx'&gt;&lt;u&gt;Click Here&lt;/u&gt;&lt;/a&gt; to Download PowerShell&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Function Help Cannot Share a Cmdlet Help File</title><link>http://blogs.msdn.com/powershell/archive/2009/07/09/function-help-cannot-share-a-cmdlet-help-file.aspx</link><pubDate>Thu, 09 Jul 2009 19:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9827451</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9827451.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9827451</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9827451</wfw:comment><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;In Windows PowerShell 2.0, you can write help topics for functions, scripts, and modules, just as you do for cmdlets and providers. In fact, as a best practice, you should always include help topics for all shared PowerShell items. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;And we make it easy. For functions and scripts, you can write comment-based help topics right in the script or function (see &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkID=144309" mce_href="http://go.microsoft.com/fwlink/?LinkID=144309"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT color=#0000ff face=Calibri&gt;about_Comment_Based_Help&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;) or you can write XML-based help topics that use the same schema as cmdlet help topics. .To do so, just add the &lt;B style="mso-bidi-font-weight: normal"&gt;.ExternalHelp&lt;/B&gt; comment keyword to the function or script followed by the path and name of the XML file that contains the help topic. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;However, the XML-based help topics for functions and scripts must be in their own XML file. You can put XML-based topics for functions and scripts in the same file. But you cannot put the XML-based help topics for functions and scripts in the same file with XML-based help topics for cmdlets and providers. If you combine the topic types, Get-Help will find only the function/script help topics or only the cmdlet help topics, but not both. This limitation might be fixed in the future, but combined-type XML files do not work property in Windows PowerShell 2.0.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Unfortunately &amp;lt;blush/&amp;gt;, we included an example of this error in Windows PowerShell 2.0. Try this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Start a new Windows PowerShell session. (Type: &lt;B style="mso-bidi-font-weight: normal"&gt;powershell&lt;/B&gt;).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Type: &lt;B style="mso-bidi-font-weight: normal"&gt;get-help Disable-PSRemoting -full&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Read it. Great info. Really.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Now, type &lt;B style="mso-bidi-font-weight: normal"&gt;get-help &lt;SPAN style="COLOR: red"&gt;Enable&lt;/SPAN&gt;-PSRemoting -full&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Hmmm. Not much.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;It works in reverse, too. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Start a new Windows PowerShell session. (Type: &lt;B style="mso-bidi-font-weight: normal"&gt;powershell&lt;/B&gt;).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Type: &lt;B style="mso-bidi-font-weight: normal"&gt;get-help Enable-PSRemoting -full&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Read it. Great info. Really.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Now, type &lt;B style="mso-bidi-font-weight: normal"&gt;get-help &lt;SPAN style="COLOR: red"&gt;Disable&lt;/SPAN&gt;-PSRemoting -full&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Hmmm. Not much.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;The problem is that the help topic for the Disable-PSRemoting function (yes, it's a function) is in the System.Management.Automation.dll-Help.xml file, along with the help topics for all of the cmdlets in the System.Management.Automation.dll file, including Enable-PSRemoting.. So, if your first Get-Help call in the session is for a function or script in that file, you can get help only for functions and scripts in the file. If your first Get-Help call in the session is for a cmdlet, you get only cmdlet help in that file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;We're working on ways to fix and prevent this, but you can be smarter and avoid it in the first place. I'll be updating the about_Comment-Based_Help file online and our SDK topics creating help files. In the meantime, be sure to create separate XML files for your help topics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;June Blender [MSFT], Windows PowerShell Documentation&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Guangfa Lu [MSFT], Windows PowerShell Test&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;Get Windows PowerShell&amp;nbsp;Help Online:&amp;nbsp;&amp;nbsp;&lt;A href="http://go.microsoft.com/fwlink/?LinkID=107116"&gt;http://go.microsoft.com/fwlink/?LinkID=107116&lt;/A&gt;&lt;/FONT&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt"&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9827451" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Get-Help/default.aspx">Get-Help</category><category domain="http://blogs.msdn.com/powershell/archive/tags/Help/default.aspx">Help</category><category domain="http://blogs.msdn.com/powershell/archive/tags/XML/default.aspx">XML</category></item><item><title>PowerScripting Podcast update</title><link>http://blogs.msdn.com/powershell/archive/2009/07/02/powerscripting-podcast-update.aspx</link><pubDate>Thu, 02 Jul 2009 18:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9814717</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9814717.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9814717</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9814717</wfw:comment><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;PowerScripting Podcast hosted by MVP Hal Rottenberg&amp;nbsp;will have&amp;nbsp;MVPs&lt;/FONT&gt;&lt;FONT size=3 face="Times New Roman"&gt; Joel Bennett &amp;amp; Oisin Grehan. They will&amp;nbsp;talk about &lt;A href="http://www.poshcode.org/" target=_blank mce_href="http://www.poshcode.org"&gt;PoshCode&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;See it live tonight at 9pm EDT&amp;nbsp;&lt;A href="http://www.ustream.tv/channel/powerscripting-podcast"&gt;&lt;FONT color=#0000ff size=3 face="Times New Roman"&gt;http://www.ustream.tv/channel/powerscripting-podcast&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;Next week: MVP Don Jones will talk about security in PowerShell.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face="Times New Roman"&gt;Osama&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9814717" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/PowerScripting+Podcast/default.aspx">PowerScripting Podcast</category></item><item><title>Assigning the Output of a SWITCH Statement</title><link>http://blogs.msdn.com/powershell/archive/2009/07/01/assigning-the-output-of-a-switch-statement.aspx</link><pubDate>Wed, 01 Jul 2009 04:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810348</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9810348.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9810348</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9810348</wfw:comment><description>&lt;P&gt;I was just reading the whitepaper &lt;A href="http://h20195.www2.hp.com/V2/GetPDF.aspx/4AA2-6897ENW.pdf" mce_href="http://h20195.www2.hp.com/V2/GetPDF.aspx/4AA2-6897ENW.pdf"&gt;Automating Citrix XenApp on XenServer deployments on HP ProLiant servers&lt;/A&gt;.&amp;nbsp; The reason why this works well for them is that the HP Insight Rapid Deployment (RDP) software has the ability to launch scripts at various points.&amp;nbsp; Citrix has a wide range of cmdlets so they are able to put together a pretty nice bundle and offer it in a way that allows you to change it if you don't like it.&amp;nbsp; In fact my favorite part of the paper was this:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;Create your own cmdlets for a XenServer environment&lt;/STRONG&gt; &lt;BR&gt;If the cmdlets developed by Citrix do not meet the needs of your environment, you can create your own. Cmdlets can be written in any programming language4 and then compiled as a PSSnap-in. The key objective when creating your own cmdlets should be to codify simple, modular tasks that are likely to be performed in multiple jobs associated with the management of VMs or their XenServer hosts. You can then create a PowerShell script to call the cmdlets. &lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#0000ff face=Arial&gt;The original PowerShell cmdlet set developed by Citrix for this automated deployment solution5 has since been superseded by a larger set6 released by the XenServer development team. Since it is likely to have a larger following within the Citrix community, Citrix recommends using the most recent XenServer cmdlet set when you create an automated deployment solution for your environment. Figure 1 outlines support for these cmdlet sets in the automated deployment solution&lt;/FONT&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In other words:&amp;nbsp; We released a set of scripts, check our community site for the most recent versions and if you don't like what we gave you, you can create your own.&amp;nbsp; They have got it &lt;STRONG&gt;EXACTLY RIGHT&lt;/STRONG&gt;!&amp;nbsp;&amp;nbsp; The more vendors we get thinking that way, the better all of our lives will be.&amp;nbsp; Tip of the hat to you Citrix.&lt;/P&gt;
&lt;P&gt;While reading the doc, I came across the picture below and thought I would use it to teach a technique.&amp;nbsp; Take a look at the switch statement, each case does the same thing - assigns a value to $global:template.&amp;nbsp; Or at least it looks that way.&amp;nbsp; You could imagine that as this list gets longer and longer, it would become increasing difficult to detect whether you had spelling error (e.g. $global:tempate = ...).&amp;nbsp; I transpose letters all the type so I would certainly screw this up at some point.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/powershell/WindowsLiveWriter/AssigningtheOutputofaSWITCHStatement_12E9A/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/powershell/WindowsLiveWriter/AssigningtheOutputofaSWITCHStatement_12E9A/image_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.msdn.com/blogfiles/powershell/WindowsLiveWriter/AssigningtheOutputofaSWITCHStatement_12E9A/image_thumb.png" width=818 height=591 mce_src="http://blogs.msdn.com/blogfiles/powershell/WindowsLiveWriter/AssigningtheOutputofaSWITCHStatement_12E9A/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Did you realize that you can assign the output of a switch statement?&amp;nbsp; Yup!&amp;nbsp; I would write this as follows:&lt;/P&gt;&lt;PRE class=PowerShellColorizedScript&gt;&lt;SPAN style="COLOR: #ff4500"&gt;$global:template&lt;/SPAN&gt; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #00008b"&gt;switch&lt;/SPAN&gt; &lt;SPAN style="COLOR: #000000"&gt;(&lt;/SPAN&gt;&lt;SPAN style="COLOR: #ff4500"&gt;$global:template&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;)&lt;/SPAN&gt;            
&lt;SPAN style="COLOR: #000000"&gt;{&lt;/SPAN&gt;            
    &lt;SPAN style="COLOR: #8b0000"&gt;"VistaSp1x86-Base"&lt;/SPAN&gt; &lt;SPAN style="COLOR: #000000"&gt;{&lt;/SPAN&gt;&lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/Vista/VisatSp1x86.xva"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;            
    &lt;SPAN style="COLOR: #8b0000"&gt;"VistaSPx64-Base"&lt;/SPAN&gt;  &lt;SPAN style="COLOR: #000000"&gt;{&lt;/SPAN&gt;&lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/Vista/VisatSp1x64.xva"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;            
    &lt;SPAN style="COLOR: #8b0000"&gt;"LHx86"&lt;/SPAN&gt;            &lt;SPAN style="COLOR: #000000"&gt;{&lt;/SPAN&gt;&lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/LHX86.xva"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;            
    &lt;SPAN style="COLOR: #8b0000"&gt;"LHx64"&lt;/SPAN&gt;            &lt;SPAN style="COLOR: #000000"&gt;{&lt;/SPAN&gt;&lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/LHX64.xva"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;            
&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;            &lt;/PRE&gt;&lt;PRE class=PowerShellColorizedScript&gt;&amp;lt;NOTE - This works in PS V2.  In V1, you have to wrap the switch statement in $() to make it work.  Thanks Oisin!&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Actually since all the matches are literal strings, I would have done it as a hashtable like this:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;SPAN style="COLOR: #ff4500"&gt;$map&lt;/SPAN&gt; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #000000"&gt;@{&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #8b0000"&gt;'VistaSp1x86-Base'&lt;/SPAN&gt; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/Vista/VisatSp1x86.xva"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #8b0000"&gt;'VistaSPx64-Base'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/Vista/VisatSp1x64.xva"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #8b0000"&gt;'LHx86'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/LHX86.xva"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #8b0000"&gt;'LHx64'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #8b0000"&gt;"/Xen4.1/LHX64.xva"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;SPAN style="COLOR: #000000"&gt;}&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;SPAN style="COLOR: #ff4500"&gt;$global:template&lt;/SPAN&gt; &lt;SPAN style="COLOR: #a9a9a9"&gt;=&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff4500"&gt;$map&lt;/SPAN&gt;&lt;SPAN style="COLOR: #a9a9a9"&gt;.&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="COLOR: #ff4500"&gt;$global:template&lt;/SPAN&gt;&lt;SPAN style="COLOR: #000000"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: #000000"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;But chances are that you already know that technique but maybe not the one about the output of a switch statement being assignable.&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;
&lt;P&gt;Jeffrey Snover [MSFT] &lt;BR&gt;Distinguished Engineer &lt;BR&gt;Visit the Windows PowerShell Team blog at:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://blogs.msdn.com/PowerShell" mce_href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/A&gt; &lt;BR&gt;Visit the Windows PowerShell ScriptCenter at:&amp;nbsp; &lt;A href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx" mce_href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9810348" width="1" height="1"&gt;</description></item><item><title>WMI Performance</title><link>http://blogs.msdn.com/powershell/archive/2009/06/27/wmi-performance.aspx</link><pubDate>Sat, 27 Jun 2009 02:57:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9806234</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9806234.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9806234</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9806234</wfw:comment><description>&lt;p&gt;Andy Cheung wrote a very good blog on WMI performance &lt;a href="http://blogs.msdn.com/wmi/archive/2009/06/27/wmi-improving-your-wmi-application-performance-in-fan-out-scenario.aspx"&gt;HERE&lt;/a&gt;.&amp;#160; Check it out.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Enjoy! &lt;/p&gt;  &lt;p&gt;Jeffrey Snover [MSFT]   &lt;br /&gt;Distinguished Engineer    &lt;br /&gt;Visit the Windows PowerShell Team blog at:&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;    &lt;br /&gt;Visit the Windows PowerShell ScriptCenter at:&amp;#160; &lt;a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9806234" width="1" height="1"&gt;</description></item><item><title>Detection logic for PowerShell installation</title><link>http://blogs.msdn.com/powershell/archive/2009/06/25/detection-logic-poweshell-installation.aspx</link><pubDate>Thu, 25 Jun 2009 10:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9803409</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9803409.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9803409</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9803409</wfw:comment><description>&lt;P&gt;"How do we programmatically detect that PowerShell is installed ?" - This question has started coming up frequently as more folks (both internally and externally) have started to build applications with PowerShell support. As we approach &lt;A title="Win7 release is close" href="http://blogs.msdn.com/e7/archive/2009/05/11/OurNextEngineeringMilestone2.aspx" target=_blank mce_href="http://blogs.msdn.com/e7/archive/2009/05/11/OurNextEngineeringMilestone2.aspx"&gt;Win7/W2K8-R2 release&lt;/A&gt;,&amp;nbsp;which will include &lt;A title="PowerShell will be in-box in Win7 and W2K8-R2" href="http://blogs.msdn.com/powershell/archive/2008/10/28/powershell-will-be-installed-by-default-on-windows-server-08-r2-ws08r2-and-windows-7-w7.aspx" target=_blank mce_href="http://blogs.msdn.com/powershell/archive/2008/10/28/powershell-will-be-installed-by-default-on-windows-server-08-r2-ws08r2-and-windows-7-w7.aspx"&gt;PowerShell 2.0 in-box&lt;/A&gt;, it is pertinent to have the right guidance out for PowerShell detection logic. If you're writing an installer which&amp;nbsp;relies on PowerShell presence, not only do you need to detect whether PowerShell is installed, but also&amp;nbsp;what version of PowerShell is installed.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;To check if &lt;B&gt;&lt;U&gt;any version&lt;/U&gt;&lt;/B&gt; of PowerShell is installed, check for the following value in the registry:&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL type=circle&gt;
&lt;LI&gt;Key Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1&lt;/LI&gt;
&lt;LI&gt;Value Name: Install&lt;/LI&gt;
&lt;LI&gt;Value Type: REG_DWORD&lt;/LI&gt;
&lt;LI&gt;Value Data: 0x00000001 (1&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;To check &lt;B&gt;&lt;U&gt;whether version 1.0 or 2.0&lt;/U&gt;&lt;/B&gt; of PowerShell is installed, check for the following value in the registry:&lt;/LI&gt;
&lt;UL type=circle&gt;
&lt;LI&gt;Key Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine&lt;/LI&gt;
&lt;LI&gt;Value Name: PowerShellVersion&lt;/LI&gt;
&lt;LI&gt;Value Type: REG_SZ&lt;/LI&gt;
&lt;LI&gt;Value Data: &amp;lt;1.0 | 2.0&amp;gt;&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Remember:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Depending on any other registry key(s), or version of PowerShell.exe or the location of PowerShell.exe is not guaranteed to work in the long term.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;PowerShell 2.0 doesn't support side by side installations with 1.0, but 2.0 is back-wards compatible with 1.0.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Hemant Mahawar [MSFT]&lt;BR&gt;Program Manager&lt;BR&gt;Windows PowerShell&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;lt;Updated&amp;nbsp; 6/26 to fix the spelling of PowerShell&amp;gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9803409" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/installation/default.aspx">installation</category><category domain="http://blogs.msdn.com/powershell/archive/tags/Release_2F00_Download/default.aspx">Release/Download</category></item><item><title>New Powershell Survey on Connect</title><link>http://blogs.msdn.com/powershell/archive/2009/06/24/new-powershell-survey-on-connect.aspx</link><pubDate>Wed, 24 Jun 2009 22:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9802371</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9802371.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9802371</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9802371</wfw:comment><description>&lt;P&gt;PowerShell team wants to hear from you. &lt;/P&gt;
&lt;P&gt;How easy or difficult it is for you to search PowerShell stuff like learning materials, help , samples, scripts etc? how often do you search for these? and what are your best bets to find information? How it should be made better?&lt;/P&gt;
&lt;P&gt;Please answer these questions by completing this online survey &lt;A href="https://connect.microsoft.com/Survey/Survey.aspx?SurveyID=8725&amp;amp;SiteID=99" mce_href="https://connect.microsoft.com/Survey/Survey.aspx?SurveyID=8725&amp;amp;SiteID=99"&gt;https://connect.microsoft.com/Survey/Survey.aspx?SurveyID=8725&amp;amp;SiteID=99&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Osama Sajid,&lt;/P&gt;
&lt;P&gt;PowerShell Program Manager.&lt;/P&gt;
&lt;P&gt;P.S. this is the first time you are accessing PowerShell connect site, you need to register first. Use a LiveID to sign-in and&amp;nbsp;look for Powershell in "Connection Directory" to register.&amp;nbsp;&amp;nbsp;If you have any problems accessing the survey, please leave a comment on this blog post.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9802371" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Connect+Survey/default.aspx">Connect Survey</category></item><item><title>PowerShell Remoting Protocol Documentation Available</title><link>http://blogs.msdn.com/powershell/archive/2009/06/23/powershell-remoting-protocol-documentation-available.aspx</link><pubDate>Tue, 23 Jun 2009 12:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9799345</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9799345.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9799345</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9799345</wfw:comment><description>&lt;P&gt;William Vambenepe has a great blog entry &lt;A href="http://stage.vambenepe.com/archives/816" mce_href="http://stage.vambenepe.com/archives/816"&gt;Native "SSH" on Windows via WS-Management&lt;/A&gt; that is well worth a read.&amp;nbsp; I know that we've been busting our butts documenting our protocols but I hadn't realized that we actually were posting them where people could get them.&amp;nbsp; Apparently that is the case.&amp;nbsp; William found them and put 2 &amp;amp; 2 together and has a very good article explaining what we've done and the ramifications of it.&amp;nbsp; He did a particularly good job on nailing the ramifications portion.&amp;nbsp; I won't steal his thunder - you should go read his blog.&amp;nbsp; He also provides links to the specifications themselves (there are a few) so if you want some chewy reading material, follow those links.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;If you are technically-oriented it is certainly worth giving the &lt;A href="http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-PSRP%5D.pdf" mce_href="http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-PSRP%5D.pdf"&gt;Powershell Remoting Protocol Specification&lt;/A&gt; a scan. It will provide you a very good behind the scenes view of what we do with Remoting.&amp;nbsp; I think you'd find it rewarding to understand how we do what we do.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Enjoy! &lt;/P&gt;
&lt;P&gt;Jeffrey Snover [MSFT] &lt;BR&gt;Distinguished Engineer &lt;BR&gt;Visit the Windows PowerShell Team blog at:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://blogs.msdn.com/PowerShell" mce_href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/A&gt; &lt;BR&gt;Visit the Windows PowerShell ScriptCenter at:&amp;nbsp; &lt;A href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx" mce_href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9799345" width="1" height="1"&gt;</description></item><item><title>PowerShell trainings</title><link>http://blogs.msdn.com/powershell/archive/2009/06/23/powershell-trainings.aspx</link><pubDate>Tue, 23 Jun 2009 08:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9799025</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9799025.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9799025</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9799025</wfw:comment><description>&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;PowerShell FAQ : Where I can find useful trainings to learn Poweshell?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Answer: Thanks to PowerShell MVPs, we have this very useful page &lt;/FONT&gt;&lt;A href="http://www.powershellcommunity.org/LearningResources.aspx"&gt;&lt;FONT size=3&gt;http://www.powershellcommunity.org/LearningResources.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;And this online videos series from Don Jones is very good as well. &lt;/FONT&gt;&lt;A href="http://www.idera.com/Promo/Practical-PowerShell/"&gt;&lt;FONT size=3&gt;http://www.idera.com/Promo/Practical-PowerShell/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Osama Sajid, Program Manager&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 8pt"&gt;Disclaimer: Microsoft&amp;nbsp;does&amp;nbsp;not own, influence or benefit from the third party trainings listed on the page. &amp;nbsp;This information is provided AS IS without any warranties&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9799025" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/powershell/archive/tags/Training/default.aspx">Training</category></item><item><title>PowerBoots 0.2 is Now Available</title><link>http://blogs.msdn.com/powershell/archive/2009/06/18/powerboots-0-2-is-now-available.aspx</link><pubDate>Thu, 18 Jun 2009 18:38:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9777010</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9777010.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9777010</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9777010</wfw:comment><description>&lt;p&gt;&lt;a href="http://huddledmasses.org/"&gt;Joel 'Jaykul' Bennett&lt;/a&gt; has just published the 0.2 version of PowerBoots on &lt;a href="http://powerboots.codeplex.com/"&gt;CodePlex&lt;/a&gt;.&amp;#160; PowerBoots is a library which allows you to write WPF GUIs in PowerShell.&amp;#160; He has a great tutorial &lt;a href="http://huddledmasses.org/powerboots-tutorial-walkthrough/"&gt;HERE&lt;/a&gt; that you should definitely check out.&amp;#160; In fact, you should check it out even if you aren't interest in GUIs, it is a great example of the amazing sort of things you can do with PowerShell.&lt;/p&gt;  &lt;p&gt;Yup - that is right - Rich, powerful GUIs written in PowerShell.&amp;#160;&amp;#160; This has been a dream of the PowerShell team since the very beginning.&amp;#160; &lt;/p&gt;  &lt;p&gt;We just love &lt;a href="http://www.bin-co.com/tcl/tutorial/"&gt;TK&lt;/a&gt;.&amp;#160; TK was a library that allowed people to write GUIs using TCL.&amp;#160; It was simple enough that admins could spend a couple of hours and get a GUI that provided them EXACTLY what they needed.&amp;#160; I'll tell you - the admin written TCL/TK guis were some of the most awful looking GUIs in the history of computing BUT ADMINS loved them!&amp;#160; Why?&amp;#160; Because they were totally functional.&amp;#160; They provided a solution that was exactly matched to the admins problem and it was organized the way the admin thought about it.&amp;#160; This is metaphysically impossible for us to accomplish with in-the-box admin GUIs.&amp;#160; We have to provide most-&amp;gt;all the functions that most-&amp;gt;all the people would want most-&amp;gt;all the times.&amp;#160; The result is that it is not organized the way you would organize it and you have to wade through a bunch of stuff that you are never going to use.&amp;#160; In other words, the signal-to-noise ration of TCL/TK GUIs is absolutely optimal.&lt;/p&gt;  &lt;p&gt;So you might be asking, &amp;quot;If that was your dream from the beginning, why haven't you done it already?&amp;quot;&amp;#160; Sadly this is a &amp;quot;to ship is to choose&amp;quot; issue.&amp;#160; This has always on been on each of the &amp;quot;list of things we could do next&amp;quot; and each time we prioritized other things ahead of it.&amp;#160; Honestly - I think we made the right calls.&amp;#160; When we prioritize our list, one of the things we always ask ourselves is, &amp;quot;are we the only people that can do this?&amp;quot;.&amp;#160; When the answer is &amp;quot;yes&amp;quot;, it is higher priority.&amp;#160; For TK, we always said that anyone could layer it on top of what we built if we provided the right features.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;Jaykul has proven that right with PowerBoots.&amp;#160; &lt;/p&gt;  &lt;p&gt;With his latest version Jaykul adds:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;PowerShell 1.0 compatibility&lt;/li&gt;    &lt;li&gt;Cached script functions&lt;/li&gt;    &lt;li&gt;Dependency properties&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Check it out.&amp;#160; &lt;/p&gt;  &lt;p&gt;Enjoy! &lt;/p&gt;  &lt;p&gt;Jeffrey Snover [MSFT]   &lt;br /&gt;Distinguished Engineer    &lt;br /&gt;Visit the Windows PowerShell Team blog at:&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;    &lt;br /&gt;Visit the Windows PowerShell ScriptCenter at:&amp;#160; &lt;a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9777010" width="1" height="1"&gt;</description></item><item><title>Traps vs Try/Catch</title><link>http://blogs.msdn.com/powershell/archive/2009/06/17/traps-vs-try-catch.aspx</link><pubDate>Wed, 17 Jun 2009 04:05:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9765543</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9765543.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9765543</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9765543</wfw:comment><description>&lt;p&gt;Someone as asking about Traps vs Try/Catch and Jason Shirk (PowerShell developer) gave a nice concise and precise answer that I thought I would share with you:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Trap:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Designed for admins&lt;/li&gt;      &lt;li&gt;V1 and V2&lt;/li&gt;      &lt;li&gt;Introduces a new scope&lt;/li&gt;      &lt;li&gt;Is &amp;#8220;global&amp;#8221;, meaning it applies to all code in the same scope, before or after.&lt;/li&gt;      &lt;li&gt;Does not support rethrow (an empty throw statement throws a special RuntimeException with the message &amp;#8220;ScriptHalted&amp;#8221;)&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Try/Catch&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Designed for developers&lt;/li&gt;      &lt;li&gt;V2 only&lt;/li&gt;      &lt;li&gt;Does not introduce a new scope&lt;/li&gt;      &lt;li&gt;Guarded code is in the try statement block, not the entire scope containing the try statement&lt;/li&gt;      &lt;li&gt;Supports finally&lt;/li&gt;      &lt;li&gt;Supports rethrowing exceptions&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy! &lt;/p&gt;  &lt;p&gt;Jeffrey Snover [MSFT]   &lt;br /&gt;Distinguished Engineer    &lt;br /&gt;Visit the Windows PowerShell Team blog at:&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;    &lt;br /&gt;Visit the Windows PowerShell ScriptCenter at:&amp;#160; &lt;a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9765543" width="1" height="1"&gt;</description></item><item><title>Summer Scripting Game : Its ON</title><link>http://blogs.msdn.com/powershell/archive/2009/06/16/summer-scripting-game-its-on.aspx</link><pubDate>Tue, 16 Jun 2009 17:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9762694</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9762694.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9762694</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9762694</wfw:comment><description>&lt;P mce_keep="true"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 12pt; mso-ansi-language: EN" lang=EN&gt;The 2009 Summer Scripting Games have officially begun. For the last few days the Scripting Guys have been revealing the events one day at a time. For more information on the events, you can refer to &lt;A href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/14/everything-scripting-games-come-here-if-you-are-lost.aspx"&gt;this post&lt;/A&gt; from ScriptingGuys. This year’s scripting games are partnered with the Microsoft PowerShell MVP’s at PoshCode.org. The new PoshCode allows you to review other people's scripts, to vote on the scripts you think are best, and to modify other people's submissions and submit the changes you like. This is how most scripters work. They look for scripts, find something they think is useful, and modify it. The same three steps are allowed in this year's scripting games. Here are &amp;nbsp;&lt;A href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/08/how-to-submit-scripts-for-the-2009-summer-scripting-games.aspx"&gt;&lt;FONT color=#0000ff&gt;the details for logging onto the PoshCode site&lt;/FONT&gt;&lt;/A&gt; and the procedure for submitting scripts. &lt;A title="the Competitor's Pack" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c463eef9-f096-475c-9910-2788e6bdc189"&gt;&lt;FONT color=#0000ff&gt;The Competitor's Pack&lt;/FONT&gt;&lt;/A&gt; is available from the Microsoft Download site. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 12pt; mso-ansi-language: EN" lang=EN&gt;Two resources will prove vital to you during the Scripting Games. The first is a special &lt;A href="http://social.technet.microsoft.com/Forums/en/2009summerscriptinggames/threads"&gt;Scripting Games Forum&lt;/A&gt;, and the second is the Scripting Guys&amp;nbsp;&lt;A href="http://twitter.com/scriptingguys/"&gt;Twitter&lt;/A&gt;&amp;nbsp;page. The Scripting Games Forum is where you can ask questions about the different events, report issues, and express concerns. Twitter is where you will get real-time, up-to-the-second status information about the Scripting Games and all things related to the Script Center. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 12pt; mso-ansi-language: EN" lang=EN&gt;Happy Scripting&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 12pt; mso-ansi-language: EN" lang=EN&gt;Osama Sajid, Program Manager&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9762694" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Scripting+Games/default.aspx">Scripting Games</category></item><item><title>Kudos to the Win7 Diagnostics Team</title><link>http://blogs.msdn.com/powershell/archive/2009/06/14/kudos-to-the-win7-diagnostics-team.aspx</link><pubDate>Sun, 14 Jun 2009 17:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9751281</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9751281.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9751281</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9751281</wfw:comment><description>
&lt;p&gt;Have you ever had problems connecting to a network and gotten one of those dialog boxes that offers to repair it?&amp;nbsp; Mostly the networking just works but every now again one of the 10,000 moving parts required to make networking function gets misaligned and I get this dialog box.&amp;nbsp; I always try and it has never worked for me.&amp;nbsp; This is one of those "triumph of hope over experience" moments for me. &lt;/p&gt;

&lt;p&gt;Last Thursday I was in a big meeting and could connect to the network,.&amp;nbsp; I really needed the network so I decided, I'll give it a go.&amp;nbsp; What was different this time is that I'm running Windows 7 and it has the Win 7 Troubleshooting Center.&amp;nbsp; I gave it&amp;nbsp; a try.&amp;nbsp; To my utter surprise and delight - it worked.&amp;nbsp; I was so delighted that I stopped the meeting and told everyone about it.&amp;nbsp; I cannot tell you how pleased this made me and how optimistic I am about Win 7.&amp;nbsp; You'll see a bunch of marketing materials explaining all the "marquee features" and those are all awesome.&amp;nbsp; What makes ME so excited about Win 7 is the thousands upon thousands of things that now "just work".&amp;nbsp;&amp;nbsp; You are not going to read about them in a brochure but they are the things that are going to make to step back and say, "wow - that is a really good OS".&lt;/p&gt;

&lt;p&gt;Now this is the PowerShell blog not the Win7 fanboy blog so there has to be some tie-in to PowerShell right?&amp;nbsp; And you are correct - there is.&amp;nbsp; The Win 7 Troubleshooting Center is all built upon PowerShell.&amp;nbsp; In fact, if you want to have some fun go to a Win 7 box and type this into PowerShell:&lt;/p&gt;

&lt;p&gt;ps&amp;gt; dir $env:windir\diagnostics *.ps*1 -Recurse&lt;/p&gt;

&lt;p&gt;You'll find some pretty cool stuff in those scripts.&lt;/p&gt;

&lt;p&gt;Kudos to the Win7 Diagnostics team for really moving the ball forward!&lt;/p&gt;

&lt;p&gt;Enjoy! &lt;/p&gt;

&lt;div class="vcard"&gt;
 &lt;a href="http://www.microsoft.com/presspass/exec/de/snover/default.mspx" class="url fn"&gt;Jeffrey Snover&lt;/a&gt;
 &lt;div class="org"&gt;Microsoft&lt;/div&gt;
 &lt;div class="title"&gt;Distinguished Engineer&lt;/div&gt;
 &lt;a href="mailto:jsnover13@hotmail.com" class="email"&gt;jsnover13@hotmail.com&lt;/a&gt; 
&lt;/div&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.msdn.com/PowerShell" mce_href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt; &lt;br&gt;Visit the Windows PowerShell ScriptCenter at:&amp;nbsp; &lt;a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx" mce_href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9751281" width="1" height="1"&gt;</description></item><item><title>Help Us Help You By Signing Up For A Site Visit</title><link>http://blogs.msdn.com/powershell/archive/2009/06/11/help-us-help-you-by-signing-up-for-a-site-visit.aspx</link><pubDate>Thu, 11 Jun 2009 18:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9727394</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9727394.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9727394</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9727394</wfw:comment><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Windows Server Site Visits in July 09 (Open to US and Canada participants only)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;The Windows Server User Research team wants to conduct site visits to learn from people who are involved in any and all aspects of managing servers! We’re hitting the road in &lt;B&gt;July&lt;/B&gt; to understand what needs to be improved in our server management software. If your company has at least &lt;B&gt;500 PCs&lt;/B&gt; and has offices in &lt;B&gt;North America&lt;/B&gt;, we’d like to consider visiting your company and meeting with 2-4 members in your IT department.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;We will be offering each participant their choice of a retail Microsoft software or hardware from a list of our most popular products. If you are interested or know someone who could be interested in participating, please email us at &lt;/FONT&gt;&lt;A href="mailto:itvisits@microsoft.com"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;itvisits@microsoft.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9727394" width="1" height="1"&gt;</description></item><item><title>Windows Event Log in PowerShell - Part II</title><link>http://blogs.msdn.com/powershell/archive/2009/06/11/windows-event-log-in-powershell-part-ii.aspx</link><pubDate>Thu, 11 Jun 2009 07:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9726158</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9726158.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9726158</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9726158</wfw:comment><description>&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;In part&amp;nbsp;1 of “&lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/powershell/archive/2009/05/21/processing-event-logs-in-powershell.aspx" target=_blank&gt;&lt;SPAN style="COLOR: blue"&gt;&lt;FONT face=Calibri&gt;Event logs in Powershell&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;” we talked about differences between Get-EventLog and Get-WinEvent. In this second part we will dig deeper into Get-WinEvent. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Starting in Windows Vista, the &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa382610(VS.85).aspx"&gt;&lt;SPAN style="COLOR: blue"&gt;&lt;FONT face=Calibri&gt;Windows Event Log&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt; was updated to provide a more powerful event model which allows for events to be easily categorized into logs and for event providers to be easily discovered.&amp;nbsp; PowerShell V2 lets you search the Event Log for the data that's interesting to you, making it easier than ever to mine events from the Event Log. The new Get-WinEvent cmdlet provides access to all event logs on the system, including the legacy Event Logs.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Get-WinEvent cmdLet will be available on PowerShell V2 Running on Windows Vista and above (i.e. Windows Vista, Windows Vista SP1, Windows Server 2008, Windows 7 and Windows Server 2008 R2).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Get-WinEvent replaces the existing Get-EventLog cmdlet on these systems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Getting Events from the Event Log&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Getting events is easy with PowerShell. If I want to list all of the events in the system, I can run Get-WinEvent without any parameters:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;I style="mso-bidi-font-style: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&amp;gt; Get-WinEvent&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;The number of events can be excessively large, so be prepared to use ‘Ctrl-C’ to break out of it early. Since some logs are protected, you might see an error when running this command if you are not running PowerShell elevated as an Administrator.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Suppose you want to see the most recent 10 events which were logged. In PowerShell, I’d make a small modification:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;gt; Get-WinEvent -MaxEvents 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;The command above uses the default behavior to get events from every event log and uses the MaxEvents parameter to return only the most recent 10 events.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;If you wanted to see the events from a specific channel, such as the general “Application” and “System” channels, simply specify which logs you want to get events from:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&amp;gt; Get-WinEvent Application, System -MaxEvents 10&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;Discovering Logs, Providers and Events&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Generally it is more interesting to find the specific events that you care about.&amp;nbsp; For that, we can use wildcards to find event providers and logs which we're interested in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;For example, if we're interested in what Windows Update has been doing on a particular machine, we can search for the Windows Update event provider:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: auto auto auto 2.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: black 1pt solid; BORDER-LEFT: black 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 6.65in; PADDING-RIGHT: 5.4pt; BACKGROUND: #17365d; BORDER-TOP: black 1pt solid; BORDER-RIGHT: black 1pt solid; PADDING-TOP: 0in; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-background-themecolor: text2; mso-background-themeshade: 191" vAlign=top width=798&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\&amp;gt; Get-WinEvent -ListProvider *update*&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Name&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;LogLinks&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;----&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;--------&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;MCUpdate&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{Media Center}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Microsoft-Windows-WindowsUpdateClient&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{System, Microsoft-Windows-WindowsUpdateClient/Operational}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Now that we know the name of the provider (Microsoft-Windows-WindowsUpdateClient), we can see the events that the provider has already logged to the Event Log:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;gt; Get-WinEvent -ProviderName&amp;nbsp; Microsoft-Windows-WindowsUpdateClient&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;In some cases, it is more interesting to know what events the provider can &lt;I&gt;potentially&lt;/I&gt; log instead of what it already has logged.&amp;nbsp; If we want to see the events that Windows Update can log in the future, we can take a deeper look at the provider: E.g to see the messages that will be logged with word “success” in the event message, we can use the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: auto auto auto 2.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: black 1pt solid; BORDER-LEFT: black 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 6.65in; PADDING-RIGHT: 5.4pt; BACKGROUND: #17365d; BORDER-TOP: black 1pt solid; BORDER-RIGHT: black 1pt solid; PADDING-TOP: 0in; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-background-themecolor: text2; mso-background-themeshade: 191" vAlign=top width=798&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\&amp;gt; $provider = Get-WinEvent -ListProvider&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Microsoft-Windows-WindowsUpdateClient&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\&amp;gt; $provider.events | ? {$_.description -match "success"} | select id,description | ft -AutoSize&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Id&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;--&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;----------&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;19&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Installation Successful: Windows successfully installed the following update: %1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;23&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Uninstallation Successful: Windows successfully uninstalled the following update: %1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;36&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;The Windows Update Client Core component was successfully updated from version %1 to version %2.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;37&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;The Windows Update Client Auxillary was successfully updated from version %1 to version %2.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\&amp;gt; $provider.events | ? {$_.description -match "success"} | select -First 1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Id&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: 19&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Version&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;LogLink&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: System.Diagnostics.Eventing.Reader.EventLogLink&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Level&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: System.Diagnostics.Eventing.Reader.EventLevel&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Opcode&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: System.Diagnostics.Eventing.Reader.EventOpcode&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Task&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: System.Diagnostics.Eventing.Reader.EventTask&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Keywords&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: {, success, install}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Template&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;: &amp;lt;template xmlns="http://schemas.microsoft.com/win/2004/08/events"&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;data name="updateTitle" inType="win:UnicodeString" outType="xs:string"/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;data name="updateGuid" inType="win:GUID" outType="xs:GUID"/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;data name="updateRevisionNumber" inType="win:UInt32" outType="xs:unsignedInt"/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;/template&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Description : Installation Successful: Windows successfully installed the following update: %1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;From this event description I can tell that the event logs the title of the update in the "updateTitle" field of the event Template, which will let me write a script that reports back the installed updates.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Filtering Events&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;If I want to look at all of the updates that have been installed, I can simply filter them in PowerShell:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;gt; Get-WinEvent -Provider Microsoft-Windows-WindowsUpdateClient | ? {$_.id -eq 19} | ft timestamp, message -auto&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;While using PowerShell to filter the events in our last example works well, Get-WinEvent provides even more powerful filtering which is done by the Event Log. Generally, you'll want to use the Get-WinEvent FilterXPath or FilterHashTable parameters to reduce the number of events that you have to process in PowerShell. This is because the Event Log is very efficient at filtering events based on these queries.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;For example, to perform the same filtering as the previous example without using PowerShell to filter I can use a FilterHashTable:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;gt; Get-WinEvent -FilterHashTable @{ProviderName="Microsoft-Windows-WindowsUpdateClient"; ID=19} | ft timestamp, message -auto&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Take a look at Get-WinEvent help for more information about how to use the FilterHashTable parameter.&amp;nbsp; It is very, very useful!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Working with Events&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;An individual event carries much more information than just the timestamp, event ID, and a message string. Event Log events contain a wealth of information such as the level which indicates if the event was an error, warning, or simply informational.&amp;nbsp; Events also carry payloads of data which are unique to each event which are described by their &amp;lt;template&amp;gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Going back to our Windows Update example, if I wanted to just return the title of the update of each update installed, I could do so by pulling that data out of the event.&amp;nbsp; I know from the event description (above) that the first property of the event is the title of the update (which is given by the event template).&amp;nbsp; Knowing that, I can just pull out the single property and display it:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: auto auto auto 2.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: black 1pt solid; BORDER-LEFT: black 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 6.65in; PADDING-RIGHT: 5.4pt; BACKGROUND: #17365d; BORDER-TOP: black 1pt solid; BORDER-RIGHT: black 1pt solid; PADDING-TOP: 0in; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-background-themecolor: text2; mso-background-themeshade: 191" vAlign=top width=798&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\&amp;gt; Get-WinEvent -FilterHashTable @{ProviderName="Microsoft-Windows-WindowsUpdateClient"; ID=19} | foreach {$_.properties[0]}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Value&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;-----&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Definition Update for Windows Defender - KB915597 (Definition 1.59.789.0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Intel Corporation driver update for Mobile Intel(R) 45 Express Chipset Family (Microsoft Corporation …&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Test Update for Windows 7 Release Candidate for x64-based Systems (KB970424)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Update for Office Communicator 2007 R2 (KB 971083)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Definition Update for Windows Defender - KB915597 (Definition 1.59.659.0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Definition Update for Windows Defender - KB915597 (Definition 1.59.458.0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Test Update for Windows 7 Release Candidate for x64-based Systems (KB970421)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Test Update for Windows 7 Release Candidate for x64-based Systems (KB970423)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-bidi-font-style: italic; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Update for Internet Explorer 8 Compatibility View List for Windows 7 Release Candidate for x64-based Systems …&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Events from Remote Machines&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;The Get-WinEvent cmdlet can be used to get events from remote machines using the Event Log remote connection protocol.&amp;nbsp; For example, if I want to get the most recent 100 events from the Application and System log from a remote machine:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;gt; Get-WinEvent -ComputerName machine.name.contoso.com -LogName Application, System -MaxEvents 100&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;It's important to know that Get-WinEvent uses the Windows Event Log to establish the remote connection and does not use the Windows PowerShell remoting for a couple of reasons.&amp;nbsp; First, since the Event Log is installed on every version of Windows Vista and above, you can use it to collect logs without requiring PowerShell Remoting. Secondly, since the cmdlet uses the Event Log's remote protocol, any filtering that you pass to the cmdlet will be done on the remote machine. This means that, if you use one of the Filter* parameters of the cmdlet, you'll minimize the data sent across the wire since the remote machine does the filtering instead of the local machine.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;If you want to gather data from multiple machines at once, you can do that with a simple script. Note that the events will need to be sorted after this script is run, since the events are gathered from one machine at a time. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: auto auto auto 2.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: black 1pt solid; BORDER-LEFT: black 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 477.35pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #17365d; BORDER-TOP: black 1pt solid; BORDER-RIGHT: black 1pt solid; PADDING-TOP: 0in; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-background-themecolor: text2; mso-background-themeshade: 191" vAlign=top width=796&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\temp&amp;gt; import-csv .\computers.csv&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;ComputerName&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;127.0.0.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;Localhost&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;PS C:\temp&amp;gt; import-csv .\computers.csv | %{Get-WinEvent -ComputerName $_.ComputerName -LogName Application, System -MaxEvents 100}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;TimeCreated&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ProviderName&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Id&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Message&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;-----------&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;------------&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;--&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;-------&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;6/8/2009 2:45:59 PM&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Service Control Manager&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;7036&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;The Multimedia Class Sched...&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: white; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-themecolor: background1; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT face=Calibri&gt;6/8/2009 2:45:59 PM&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Service Control Manager&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;7036&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;The Multimedia Class Sched...&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;We hope you find the new cmdlet very useful!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt 1.45pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Kevin Woley, Windows Event Log PM&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang=EN&gt;&lt;FONT face=Calibri&gt;Osama Sajid, Windows PowerShell PM&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9726158" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Event+Log/default.aspx">Event Log</category><category domain="http://blogs.msdn.com/powershell/archive/tags/Get-WinEvent/default.aspx">Get-WinEvent</category></item><item><title>2009 Summer Scripting Games</title><link>http://blogs.msdn.com/powershell/archive/2009/06/09/2009-summer-scripting-games.aspx</link><pubDate>Tue, 09 Jun 2009 16:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9716462</guid><dc:creator>PowerShellTeam</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/powershell/comments/9716462.aspx</comments><wfw:commentRss>http://blogs.msdn.com/powershell/commentrss.aspx?PostID=9716462</wfw:commentRss><wfw:comment>http://blogs.msdn.com/powershell/rsscomments.aspx?PostID=9716462</wfw:comment><description>&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp; 
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Scripting Games start on June 15th and the excitement is building up. Details about the events in the game are emerging.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;A href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/07/hey-scripting-guy-event-1-details-beginner-and-advanced.aspx" mce_href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/07/hey-scripting-guy-event-1-details-beginner-and-advanced.aspx"&gt;&lt;FONT size=3&gt;Beginner and Advanced 100 meter Dash&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;A href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/08/hey-scripting-guy-scripting-games-event-2-details-beginner-and-advanced.aspx" mce_href="http://blogs.technet.com/heyscriptingguy/archive/2009/06/08/hey-scripting-guy-scripting-games-event-2-details-beginner-and-advanced.aspx"&gt;&lt;FONT size=3&gt;Beginner and Advanced Long jump&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Scripts can be submitted/viewed&amp;nbsp;at &lt;/FONT&gt;&lt;A href="http://scriptinggames.poshcode.org/"&gt;&lt;FONT color=#0000ff size=3&gt;http://scriptinggames.poshcode.org/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&amp;nbsp;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;There&amp;nbsp;is a TechNet Forum in case you&amp;nbsp;have a question or want to discuss something. &lt;/FONT&gt;&lt;A href="http://social.technet.microsoft.com/Forums/en/2009summerscriptinggames/threads"&gt;&lt;FONT size=3&gt;http://social.technet.microsoft.com/Forums/en/2009summerscriptinggames/threads&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Have fun :-)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT size=3&gt;Osama Sajid&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9716462" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/powershell/archive/tags/Scripting+Games/default.aspx">Scripting Games</category></item></channel></rss>