标签: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,请执行以下操作:
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
结束。
标签:UNC force 适用于 user 最新版本 data- shell man ref
原文地址:https://www.cnblogs.com/jerry-li-352/p/13142160.html