Skip to content

Instantly share code, notes, and snippets.

@pkirch
Created January 12, 2015 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkirch/809d5102b6d16bbd7c0c to your computer and use it in GitHub Desktop.
Save pkirch/809d5102b6d16bbd7c0c to your computer and use it in GitHub Desktop.
This samples shows how to get the installations path of the PowerShell module for Microsoft Azure and its version.
Get-Module -Name Azure -ListAvailable
<# Output
Verzeichnis: C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 0.8.11 Azure {Disable-AzureServiceProjectRemoteDesktop, Enable-AzureMemcacheRole, Enable-AzureServiceProjectRemoteDesktop...
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment