Windows 8 power-shell“update-help”失败。有人知道如何修复吗?

Windows 8 power-shell“update-help”失败。有人知道如何修复吗?

Windows 8 包含开箱即用的 PowerShell 3,但不提供帮助。

要获得帮助,请以管理员身份运行 PowerShell 并输入“update-help”。我收到此错误:

> update-help
update-help : Failed to update Help for the module(s) 'BitLocker, NetWNV' with UI culture(s) {en-US} : The value of
the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the help files
are stored. The HelpInfoUri 'http://technet.microsoft.com/library/cc732148.aspx' does not resolve to a container.
At line:1 char:1
+ update-help
+ ~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand

有人能告诉我如何修复这个问题吗?或者这是否不重要?我猜如果我不需要 NetWNV 或 BitLocker 方面的帮助,那么这是否是唯一的问题?

答案1

看起来他们忘记上传那些帮助文件了——错误消息中的 URL 显示:

Windows Server 未来资源

739 人中 421 人认为此主题有用 - 评价此主题

更新日期:2011 年 8 月 10 日

您尝试访问的文档尚不可用。请使用以下资源搜索有关 Windows Server 的信息:有关 IT 专业人员的信息,请参阅 Windows Server TechNet 网站和 Windows Server 技术库。

有关开发人员的信息,请参阅 MSDN 网站和 MSDN 库。

有关知识库文章和其他故障排除信息,请搜索 Microsoft 支持。

有关产品支持,请参阅 Microsoft Connect 网站。

要参与论坛,请参阅 Windows Server 论坛。

如果您是 Beta 测试人员并且是特殊技术采用计划 (TAP) Beta 计划的一部分,您也可以联系您指定的 Microsoft 开发团队成员寻求帮助。

有人也已经让微软知道了:http://connect.microsoft.com/PowerShell/feedback/details/748599/update-help-failed-to-update-help-for-the-module-s-cimcmdlets-ise-psworkflowutility-with-ui-culture-s-en-us

相关内容