獲取當前 Azure PowerShell 版本
要確定已安裝的 Azure PowerShell 的版本,請執行以下命令:
Get-Module -ListAvailable -Name Azure -Refresh
即使你尚未在當前的 PowerShell 會話中載入 Azure PowerShell 模組,此命令也會返回已安裝的版本。
要確定已安裝的 Azure PowerShell 的版本,請執行以下命令:
Get-Module -ListAvailable -Name Azure -Refresh
即使你尚未在當前的 PowerShell 會話中載入 Azure PowerShell 模組,此命令也會返回已安裝的版本。