Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何安装7zip4PowerShell的文档_Powershell - Fatal编程技术网

如何安装7zip4PowerShell的文档

如何安装7zip4PowerShell的文档,powershell,Powershell,安装7zip4PowerShell模块后,如果我对其任何cmdlet调用Get Help,我会收到消息 Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help. -- To download and install Help files for the module that includes this cmdlet, use Upda

安装7zip4PowerShell模块后,如果我对其任何cmdlet调用
Get Help
,我会收到消息

Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
    -- To download and install Help files for the module that includes this cmdlet, use Update-Help.
如果我自己调用
更新帮助
,它不会改变任何东西

如果我调用
更新帮助-模块7zip4PowerShell
,我会得到以下信息:

PS C:\windows\system32> update-help -Module 7zip4PowerShell
update-help : Failed to update Help for the module(s) :
'7Zip4Powershell'
The HelpInfoURI https://github.com/thoemmi/7Zip4Powershell does not start with HTTP.
At line:1 char:1
+ update-help -Module 7zip4PowerShell
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (HelpInfoUri:Uri) [Update-Help], Exception
    + FullyQualifiedErrorId : InvalidHelpInfoUriFormat,Microsoft.PowerShell.Commands.UpdateHelpCommand

我做错了什么?

对我来说也是同样的问题。我发现了这个,但不知道是否是同一个问题:对我来说是同一个问题。我发现了这个,但不知道是否是同一个问题: