You need to perform the 2 steps below to check Azure PowerShell Version.
- Open the Windows PowerShell ISE with Run as administrator mode.

2. Run the below command.
(Get-Module -ListAvailable | Where-Object{ $_.Name -eq 'Azure' }) ` | Select Version, Name, PowerShellVersion;After running the above command, I got the Azure PowerShell version successfully.
PS C:\windows\system32> (Get-Module -ListAvailable | Where-Object{ $_.Name -eq 'Azure' }) ` | Select Version, Name, PowerShellVersion;
Version Name PowerShellVersion
------- ---- -----------------
5.3.1 Azure 5.0 You can see the same expected output in the screenshot below.

Video Tutorial
You may also like following the articles below
- How To Install Azure PowerShell
- How To Open Azure PowerShell
- How To Uninstall Azure AD Module In PowerShell

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
