【发布时间】:2016-09-08 11:49:47
【问题描述】:
我安装了 Azure Service Fabric SDK,我想获得一些关于某些命令的帮助信息:
Get-Help Connect-ServiceFabricCluster
它在备注下返回以下输出:
REMARKS
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.
我在管理员窗口中运行了 Update-Help -Module ServiceFabric,但仍然收到此错误。
如何获得使用 ServiceFabric powershell 命令的帮助?
【问题讨论】:
-
我知道我可以在 MSDN 上获得帮助。我想在 powershell 中获得帮助。
标签: powershell azure-service-fabric