< Back

Set-AzureRmOperationalInsightsIntelligencePack

Thu Apr 04, 2019 5:40 am

NAME Set-AzureRmOperationalInsightsIntelligencePack



SYNOPSIS

Enables or disables the specified Intelligence Pack.





SYNTAX

Set-AzureRmOperationalInsightsIntelligencePack [-ResourceGroupName] <String> [-WorkspaceName] <String> [-IntelligencePackName] <String> [-Enabled]

<Boolean> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmOperationalInsightsIntelligencePack cmdlet enables the specified Intelligence Pack if Enabled is set to $True and disables it if

Enabled is set to $False.





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



-Enabled <Boolean>





Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-IntelligencePackName <String>

Specifies the Intelligence Pack name.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the resource group name



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceName <String>

Specifies the name of the workspace.



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



NOTES









Example 1: Set Intelligence Packs



PS C:\\>Set-AzureOperationalInsightsIntelligencePack -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"

-IntelligencePackName "ContosoWorkspace" -Enabled $True



This command enables the specified Intelligence Pack.







RELATED LINKS

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

Azure Operational Insights Cmdlets