赞
踩
Powershell 安装;
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
离线安装,目前 GitHub 最新版本9.6.0。下载地址:Az PowerShell MSI下载地址
1.更新PowerShell 5.1 #在 Windows 10 版本 1607 或更高版本,默认已安装
PowerShell 5.1, Azure Az PowerShell 模块支持 Windows PowerShell 5.1。
2. 下载WMF 5.0, WMF下载地址
3. 还需要安装 .NET Framework 4.7.2 或更高版本。 .NET F 4.7.2 下载地址
####通过以下两种方法,使用最新版本的 PowerShell . 此处非必选,演示第二种方法。
**
1. 运行 Install-Module -Name PowerShellGet -Force
2. 同样可以使用 winget 工具更新 PowerShell 到7.*.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
3. 连接 Azure 订阅
Connect-AzAccount
或者
Connect-AzAccount -Subscription ----73c0----------------15d7d583----
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。