Skip to content

Instantly share code, notes, and snippets.

@pkirch
Created February 2, 2015 18:28
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/5fa217a4b56d0cd215cf to your computer and use it in GitHub Desktop.
Save pkirch/5fa217a4b56d0cd215cf to your computer and use it in GitHub Desktop.
List of all PowerShell commands regarding Azure VMs.
Get-Command -Module Azure -Noun AzureVM
<# Output
CommandType Name ModuleName
----------- ---- ----------
Cmdlet Export-AzureVM Azure
Cmdlet Get-AzureVM Azure
Cmdlet Import-AzureVM Azure
Cmdlet New-AzureVM Azure
Cmdlet Remove-AzureVM Azure
Cmdlet Restart-AzureVM Azure
Cmdlet Start-AzureVM Azure
Cmdlet Stop-AzureVM Azure
Cmdlet Update-AzureVM Azure
#>
@pkirch
Copy link
Author

pkirch commented Feb 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment