Set-AzOperationalInsightsIntelligencePack
Enables or disables the specified Intelligence Pack.
Note
Solutions is being deprecated, please use az monitor log-analytics solution and Get-AzMonitorLogAnalyticsSolution instead if this command.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Set-AzOperationalInsightsIntelligencePack
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[-IntelligencePackName] <String>
[-Enabled] <Boolean>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Set-AzOperationalInsightsIntelligencePack cmdlet enables the specified Intelligence Pack if Enabled is set to $True and disables it if Enabled is set to $False.
Examples
Example 1: Set Intelligence Packs
PS C:\>Set-AzOperationalInsightsIntelligencePack -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -IntelligencePackName "ContosoWorkspace" -Enabled $True
This command enables the specified Intelligence Pack.
Parameters
The credentials, account, tenant, and subscription used for communication with azure
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Type: | Boolean |
| Position: | 3 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Specifies the Intelligence Pack name.
| Type: | String |
| Position: | 2 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Specifies the resource group name
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Specifies the name of the workspace.
| Type: | String |
| Aliases: | Name |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |