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, то это единственное, что не так?