码迷,mamicode.com
首页 > 其他好文 > 详细

[SF] The term 'Add-AzServiceFabricClusterCertificate' is not recognized as the name of a cmdlet, function

时间:2020-06-16 18:39:48      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:UNC   force   适用于   user   最新版本   data-   shell   man   ref   

https://docs.microsoft.com/zh-cn/powershell/azure/install-az-ps?view=azps-4.2.0

 

Azure PowerShell 在所有平台上都可使用 PowerShell 6.2.4 及更高版本。 它还可使用 Windows 上的 PowerShell 5.1。 安装适用于你的操作系统的最新版 PowerShell。 在 PowerShell 6.2.4 或更高版本上运行时,Azure PowerShell 没有额外要求。

 

若要检查 PowerShell 版本,请运行以下命令:

$PSVersionTable.PSVersion

若要在 Windows 上的 PowerShell 5.1 中使用 Azure PowerShell,请执行以下操作:

  1. 更新到 Windows PowerShell 5.1。 如果是在 Windows 10 版本 1607 或更高版本上,则已安装 PowerShell 5.1。
  2. 安装 .NET Framework 4.7.2 或更高版本
  3. 确保你具有最新版本的 PowerShellGet。 运行 Install-Module -Name PowerShellGet -Force

 

当前用户下执行

Install-Module -Name Az -AllowClobber -Scope CurrentUser

 

(建议)所有用户

Install-Module -Name Az -AllowClobber -Scope AllUsers

Y->Y

最后执行

Import-Module Az.ServiceFabric

结束。

[SF] The term 'Add-AzServiceFabricClusterCertificate' is not recognized as the name of a cmdlet, function

标签:UNC   force   适用于   user   最新版本   data-   shell   man   ref   

原文地址:https://www.cnblogs.com/jerry-li-352/p/13142160.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!