Skip to content

Instantly share code, notes, and snippets.

@MirzaMerdovic
Last active March 20, 2017 14:28
Show Gist options
  • Save MirzaMerdovic/2ca9b01869c84adfb67d6ca0b961ec68 to your computer and use it in GitHub Desktop.
Save MirzaMerdovic/2ca9b01869c84adfb67d6ca0b961ec68 to your computer and use it in GitHub Desktop.
To get the list of installed versions: $PSVersionTable
To get the list of installed Azure modules: Get-InstalledModule | Out-GridView
If yu want to update all modules to latest version: Update-Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment