< Back

Get-AzureRmOperationalInsightsIntelligencePacks

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmOperationalInsightsIntelligencePacks



SYNOPSIS

Gets the available Intelligence Packs.





SYNTAX

Get-AzureRmOperationalInsightsIntelligencePacks [-ResourceGroupName] <String> [-WorkspaceName] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmOperationalInsightsIntelligencePacks cmdlet gets the available Intelligence Packs.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of an Azure resource group that contains a workspace.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceName <String>

Specifies the workspace name.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack]







NOTES









Example 1: Get Intelligence Packs



PS C:\\>Get-AzureOperationalInsightsStorageInsight -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"



This command gets the available Intelligence Packs.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... gencepacks

Azure Operational Insights Cmdlets