Skip to content

Instantly share code, notes, and snippets.

@eosfor
Created March 24, 2016 11:04
Show Gist options
  • Save eosfor/21dc8867cde7f0fe7114 to your computer and use it in GitHub Desktop.
Save eosfor/21dc8867cde7f0fe7114 to your computer and use it in GitHub Desktop.
PS X:\> Get-Command -Name "*log*" | where source -like "Azure*"
CommandType Name Version Source
----------- ---- ------- ------
Alias Get-WAPackWebsiteLog 1.2.3 Azure
Alias Login-AzureRmAccount 1.0.5 AzureRM.Profile
Alias Save-WAPackWebsiteLog 1.2.3 Azure
Cmdlet Export-ACSLog 0.9.3 AzureRM.AzureStackStorage
Cmdlet Get-AzureRmDataLakeAnalyticsCatalogItem 1.0.5 AzureRM.DataLakeAnalytics
Cmdlet Get-AzureRmLog 1.0.5 AzureRM.Insights
Cmdlet Get-AzureRmLogicApp 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureRmLogicAppAccessKey 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureRmLogicAppRunAction 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureRmLogicAppRunHistory 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureRmLogicAppTrigger 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureRmLogicAppTriggerHistory 1.0.1 AzureRM.LogicApp
Cmdlet Get-AzureStorageServiceLoggingProperty 1.2.3 Azure
Cmdlet Get-AzureStorageServiceLoggingProperty 1.0.5 Azure.Storage
Cmdlet Get-AzureWebsiteLog 1.2.3 Azure
Cmdlet Get-WAPackLogicalNetwork 1.2.3 Azure
Cmdlet Invoke-AzureRemoteAppSessionLogoff 1.2.3 Azure
Cmdlet New-AzureRmDataLakeAnalyticsCatalogSecret 1.0.5 AzureRM.DataLakeAnalytics
Cmdlet New-AzureRmLogicApp 1.0.1 AzureRM.LogicApp
Cmdlet Remove-AzureRmDataLakeAnalyticsCatalogSecret 1.0.5 AzureRM.DataLakeAnalytics
Cmdlet Remove-AzureRmLogicApp 1.0.1 AzureRM.LogicApp
Cmdlet Save-AzureRmDataFactoryLog 1.0.5 AzureRM.DataFactories
Cmdlet Save-AzureWebsiteLog 1.2.3 Azure
Cmdlet Set-AzureRmDataLakeAnalyticsCatalogSecret 1.0.5 AzureRM.DataLakeAnalytics
Cmdlet Set-AzureRmLogicApp 1.0.1 AzureRM.LogicApp
Cmdlet Set-AzureRmLogicAppAccessKey 1.0.1 AzureRM.LogicApp
Cmdlet Set-AzureStorageServiceLoggingProperty 1.2.3 Azure
Cmdlet Set-AzureStorageServiceLoggingProperty 1.0.5 Azure.Storage
Cmdlet Start-AzureRmLogicApp 1.0.1 AzureRM.LogicApp
Cmdlet Stop-AzureRmLogicAppRun 1.0.1 AzureRM.LogicApp
Cmdlet Test-AzureRmDataLakeAnalyticsCatalogItem 1.0.5 AzureRM.DataLakeAnalytics
PS X:\> Get-Module azure
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.2.3 Azure {Add-AzureAccount, Add-AzureApplicationGatewaySslCertificate, Add-AzureCertificate, Add-AzureDataDisk...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment