Get the Current Azure PowerShell Version



  • To determine the version of Azure PowerShell that you have installed, run the following:
Get-Module -ListAvailable -Name Azure -Refresh
click below button to copy the code. By azure tutorial team
  • This command returns the installed version even when you haven't loaded the Azure PowerShell module in your current PowerShell session.

Related Searches to Get the Current Azure PowerShell Version