<?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>Resolve-Error</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx</link><description>Recently I posted the following to the Microsoft.Public.Windows.PowerShell newsgroup (which you should participate in if you are not yet) Below is a function that I encourage you to add to your Profile files and then use when reporting an error or ask</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>help</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1236813</link><pubDate>Fri, 08 Dec 2006 08:52:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1236813</guid><dc:creator>cc</dc:creator><description>&lt;P&gt;how can i solve the problem that when i run &lt;/P&gt;
&lt;P&gt;'get-wmiobject win32_product' in my computer which version is 5.2.3790 and the patch is sp1.&lt;/P&gt;
&lt;P&gt;the error displays Msi.mof and Msiprov.dll were lost in my computer.&lt;/P&gt;</description></item><item><title>re: Resolve-Error</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1239322</link><pubDate>Fri, 08 Dec 2006 16:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1239322</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt;how can i solve the problem that when i run &lt;/p&gt;
&lt;p&gt;The best step forward is to post a query to the newsgroup Microsoft.Public.Windows.PowerShell and include more information. &amp;nbsp;The best way to do this is to &lt;/p&gt;
&lt;p&gt;PS&amp;gt; Start-Transcript T1.Txt&lt;/p&gt;
&lt;p&gt;&amp;lt;then do whatever causes the error&amp;gt;&lt;/p&gt;
&lt;p&gt;PS&amp;gt; Stop-Transcript&lt;/p&gt;
&lt;p&gt;&amp;lt;then post the contents of the file t1.txt&amp;gt;&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows PowerShell/MMC Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" 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;
</description></item><item><title>PowerShell SDK</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1240648</link><pubDate>Fri, 08 Dec 2006 18:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1240648</guid><dc:creator>Ben Lamb</dc:creator><description>&lt;p&gt;When do you plan to release a final version of the PowerShell SDK? Or does the pre-release SDK work with the RTW version of PowerShell?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben Lamb.&lt;/p&gt;</description></item><item><title>re: Resolve-Error</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1252512</link><pubDate>Sun, 10 Dec 2006 18:46:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1252512</guid><dc:creator>Richard</dc:creator><description>&lt;p&gt;With all this emphasis on standard verb names, how come &amp;quot;tee&amp;quot; (as in &amp;quot;tee-object&amp;quot;) slipped through?&lt;/p&gt;
&lt;p&gt;(I note there is no &amp;quot;copy-object&amp;quot; which would seem to be a better fit with the standard.)&lt;/p&gt;</description></item><item><title>re: Resolve-Error</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1252728</link><pubDate>Sun, 10 Dec 2006 20:13:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1252728</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; With all this emphasis on standard verb names, how come &amp;quot;tee&amp;quot; (as in &amp;quot;tee-object&amp;quot;) slipped through?&lt;/p&gt;
&lt;p&gt;Many/most of the utilites do not conform to the verb naming guidelines. &amp;nbsp;The reason for that is that we don't expect other people to do these things so we didn't put them into the guideline. &amp;nbsp;I only expect one SORT, TEE, WHERE, FOREACH, etc etc. &amp;nbsp;Adding them to the Standard would just dilute the signal to noise ratio of the document and make it harder for people to find the things that are useful to them.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows PowerShell/MMC Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" 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;
</description></item><item><title>error : File Download using C#.net code</title><link>http://blogs.msdn.com/powershell/archive/2006/12/07/resolve-error.aspx#1542557</link><pubDate>Sat, 27 Jan 2007 14:40:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1542557</guid><dc:creator>hardik</dc:creator><description>&lt;p&gt;I have written a code for downlod a file from specified location, but when i run this programme from remote browser i get error for web address for specified file not resolved.&lt;/p&gt;</description></item></channel></rss>