A atualização de ajuda do Windows 8 Power Shell está falhando. Alguém sabe como consertar isso?

2

O Windows 8 inclui o PowerShell 3 pronto para uso, mas não a ajuda.

Para obter ajuda, execute o PowerShell como administrador e digite "update-help". Eu recebo este erro:

> 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

Alguém pode me dizer como eu corrijo isso ou se não é importante? Eu estou supondo que se eu não precisar de ajuda no NetWNV ou BitLocker, que esta é a única coisa errada?

    
por Warren P 11.11.2012 / 04:57

1 resposta

3

Parece que eles se esqueceram de enviar esses arquivos de ajuda - o URL na mensagem de erro informa:

Windows Server Future Resources

421 out of 739 rated this helpful - Rate this topic

Updated: August 10, 2011

The document that you are attempting to access is not available yet. Please use the following resources to search for information about Windows Server: For information for IT professionals, see the Windows Server TechNet website and the Windows Server Technical Library.

For information for developers, see the MSDN website and the MSDN Library.

For Knowledge Base articles and other troubleshooting, search Microsoft Support.

For product support, see the Microsoft Connect website.

To participate in a forum, see the Windows Server forums.

If you are a beta tester and part of the special Technology Adoption Program (TAP) beta program, you can also contact your appointed Microsoft development team member for assistance.

Alguém também já informou a Microsoft: link

    
por 11.11.2012 / 05:17