使用 MSI 在 Windows 上安裝 Azure PowerShell
警告
自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。
雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源 。
本文說明如何使用 MSI 安裝程式在 Windows 上安裝 Azure PowerShell。 只有在系統需要這些安裝方法時,才使用這些安裝方法。 在 Windows 上安裝 Azure PowerShell 的建議方式是使用 PowerShellGet。 如需使用PowerShellGet安裝 Azure PowerShell 的指示,請參閱 使用 PowerShellGet 安裝 Azure PowerShell。
注意
Azure PowerShell 6.x 和更新版本的 Web Platform Installer 方法已不再提供安裝方法。 如果您需要使用 Web 平台安裝程式,請考慮改用 MSI,或者您可以安裝舊版的 Azure PowerShell。
使用 MSI 套件在 Windows 上安裝或更新
您可以使用 GitHub 提供的 MSI 檔案來安裝適用於 Windows PowerShell 5.x 的 Azure PowerShell。 如果您已將舊版的 Azure 模組安裝為 MSI,安裝程式會自動移除它們。
MSI 套件會在 中 ${env:ProgramFiles}\WindowsPowerShell\Modules
安裝模組。 AzureRM
已安裝和 Azure
模組。
注意
只有在您使用 Azure 傳統部署模型時,才使用 Azure
模組。
若要開始使用 Azure PowerShell,請使用您的 Azure 認證登入。
# Connect to Azure with an interactive dialog for sign-in
Connect-AzureRmAccount
注意
如果您已停用模組自動載入,則必須使用 Import-Module -Name AzureRM
手動匯入模組。 由於模組的結構方式,這可能需要幾秒鐘的時間。
您必須針對您啟動的每個新 PowerShell 工作階段重複此步驟。 若要瞭解如何跨 PowerShell 工作階段保存 Azure 登入,請參閱 跨 PowerShell 會話保存使用者認證。