<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx</link><description>Get the inside scoop on what's up with Windows PowerShell 3.0 updatable Help.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx#3577307</link><pubDate>Fri, 07 Jun 2013 03:25:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3577307</guid><dc:creator>Stu</dc:creator><description>&lt;p&gt;We&amp;#39;re running behind a corporate firewall (with password authentication) and I am unable to get updates for help. &amp;nbsp;Is there any way to update help in these circumstances?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3577307" width="1" height="1"&gt;</description></item><item><title>re: Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx#3536094</link><pubDate>Mon, 03 Dec 2012 15:26:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3536094</guid><dc:creator>June Blender [MSFT]</dc:creator><description>&lt;p&gt;Hi, Jon Harvey,&lt;/p&gt;
&lt;p&gt;Are you running Update-Help elevated? To get help for modules in $pshome, start Windows PowerShell with the &amp;quot;Run as administrator&amp;quot; option. Then, type: Update-Help.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;June&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3536094" width="1" height="1"&gt;</description></item><item><title>re: Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx#3536092</link><pubDate>Mon, 03 Dec 2012 15:23:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3536092</guid><dc:creator>June Blender [MSFT]</dc:creator><description>&lt;p&gt;Hi, Klaus,&lt;/p&gt;
&lt;p&gt;There are no German help topics yet published for the commands in Windows modules. For Windows PowerShell 3.0, help topics are translated based on user demand. To register a request for localized help topics, please vote for one of the language-request bugs on Connect. Here is the German language request bug: &lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com/PowerShell/feedback/details/763246/please-add-documentation-in-german-language-for-powershell-3-0"&gt;connect.microsoft.com/.../please-add-documentation-in-german-language-for-powershell-3-0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, Windows PowerShell 3.0 was shipped with a bug that prevents English-language help topics from being displayed on localized versions of Windows, even when the fallback language is English. A fix will be available soon from Windows Update for all supported versions of Windows. To get that fix on demand for Windows 8 and Windows Server 2012, go to &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/2758246"&gt;support.microsoft.com/.../2758246&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;June&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3536092" width="1" height="1"&gt;</description></item><item><title>re: Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx#3522595</link><pubDate>Wed, 26 Sep 2012 14:24:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3522595</guid><dc:creator>Yevrah Noj</dc:creator><description>&lt;p&gt;I am getting the same error, but in english.&lt;/p&gt;
&lt;p&gt;update-help : Failed to update Help for the module(s) &amp;#39;ISE, Microsoft.PowerShell.Management, &lt;/p&gt;
&lt;p&gt;Microsoft.PowerShell.Utility, CimCmdlets, Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host, &lt;/p&gt;
&lt;p&gt;Microsoft.PowerShell.Security, Microsoft.WSMan.Management, PSScheduledJob, PSWorkflow, PSWorkflowUtility, &lt;/p&gt;
&lt;p&gt;Microsoft.PowerShell.Core&amp;#39; with UI culture(s) {en-US} : Unable to retrieve the HelpInfo XML file for UI &lt;/p&gt;
&lt;p&gt;culture en-US. Make sure the HelpInfoUri property in the module manifest is valid or check your network &lt;/p&gt;
&lt;p&gt;connection and then try the command again.&lt;/p&gt;
&lt;p&gt;At line:1 char:1&lt;/p&gt;
&lt;p&gt;+ update-help -Verbose -force&lt;/p&gt;
&lt;p&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: ResourceUnavailable: (:) [Update-Help], Exception&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand&lt;/p&gt;
&lt;p&gt;When I run the command where she gets 52, I get 0.&lt;/p&gt;
&lt;p&gt;When I run the command where she gets 82, I get 11.&lt;/p&gt;
&lt;p&gt;I am behind a proxy, but it is set up in IE. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3522595" width="1" height="1"&gt;</description></item><item><title>re: Where is PowerShell Updatable Help for Windows Modules?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/where-is-powershell-updatable-help-for-windows-modules.aspx#3522287</link><pubDate>Tue, 25 Sep 2012 07:32:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3522287</guid><dc:creator>K_Schulte</dc:creator><description>&lt;p&gt;Hi June,&lt;/p&gt;
&lt;p&gt;updateable help is surely a very interesting and important feature!&lt;/p&gt;
&lt;p&gt;It&amp;#39;s great to have it and your article does explain some of the gotchas!&lt;/p&gt;
&lt;p&gt;Running Update-Help on my company workstation ( on a german WIN7 enterprise OS with&lt;/p&gt;
&lt;p&gt;PS 3.0 release version installed ) I receive some other error messages:&lt;/p&gt;
&lt;p&gt;PS C:\Windows\system32&amp;gt; Update-Help&lt;/p&gt;
&lt;p&gt;Update-Help : Fehler beim Aktualisieren von Hilfe für die Module &amp;quot;ISE, Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility, CimCmdlets, &lt;/p&gt;
&lt;p&gt;Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host, Microsoft.PowerShell.Security, Microsoft.WSMan.Management, PSScheduledJob, &lt;/p&gt;
&lt;p&gt;Microsoft.PowerShell.Core&amp;quot; mit den Benutzeroberflächenkulturen {de-DE}: Die XML-Datei &amp;quot;HelpInfo&amp;quot; für die Benutzeroberflächenkultur de-DE kann nicht &lt;/p&gt;
&lt;p&gt;abgerufen werden. Stellen Sie sicher, dass die HelpInfoUri-Eigenschaft im Modulmanifest gültig ist, oder überprüfen Sie die Netzwerkverbindung, und &lt;/p&gt;
&lt;p&gt;führen Sie den Befehl dann erneut aus.&lt;/p&gt;
&lt;p&gt;In Zeile:1 Zeichen:1&lt;/p&gt;
&lt;p&gt;+ Update-Help&lt;/p&gt;
&lt;p&gt;+ ~~~~~~~~~~~&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: ResourceUnavailable: (:) [Update-Help], Exception&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand&lt;/p&gt;
&lt;p&gt;Even if it is german, you could probably tell me the error cause, ... I hope ...&lt;/p&gt;
&lt;p&gt;Might there be no german help topics available? &lt;/p&gt;
&lt;p&gt;(If not, where could I have looked that up? Is there a certain URL for localized help topics available?)&lt;/p&gt;
&lt;p&gt;Or maybe this is an issue just related to our company&amp;#39;s security settings ( like GPOs, firewall and so on)&lt;/p&gt;
&lt;p&gt;What could we do in this case? Is there a Powershell Help Update Server available like the local WSUS servers that we are running ... :-)&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t tell one possible cause of failure from the other, I&amp;#39;m afraid ... &lt;/p&gt;
&lt;p&gt;Klaus.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3522287" width="1" height="1"&gt;</description></item></channel></rss>