-
Notifications
You must be signed in to change notification settings - Fork 80
Remove AzSentinelAlertRule
Manage Azure Sentinal Alert Rules
Remove-AzSentinelAlertRule [-SubscriptionId <String>] -WorkspaceName <String> [-RuleName <String[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]
With this function you can remove Azure Sentinal Alert rules from Powershell, if you don't provide andy Rule name all rules will be removed
Remove-AzSentinelAlertRule -WorkspaceName "" -RuleName ""
In this example the defined rule will be removed from Azure Sentinel
Remove-AzSentinelAlertRule -WorkspaceName "" -RuleName "","", ""
In this example you can define multiple rules that will be removed
Remove-AzSentinelAlertRule -WorkspaceName ""
In this example no rule is specified, all rules will be removed one by one. For each rule you need to confirm the action
Remove-AzSentinelAlertRule -WorkspaceName "" -SubscriptionId ""
Enter the subscription ID, if no subscription ID is provided then current AZContext subscription will be used
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enter the Workspace name
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enter the name of the rule that you wnat to remove
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.