Skip navigation
checkmark

Check PowerShell Module Version

Q: How can I check the version of a PowerShell module?

A: To check the version of a module in your PowerShell environment, use (Get-Module <module name>).Version. For example:

PS C:\> (Get-Module Azure).Version

Major Minor Build Revision
----- ----- ----- --------
0     7     3     1 
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish