Generate a report of the analytic rules that can be updated
This command will generate a CSV file containing the names of all the Azure Sentinel rules that need updating
This command will generate a CSV file containing the names of all the Azure Sentinel rules that need updating
Enter the Log Analytics workspace name, this is a required parameter
Enter the Log Analytics workspace name, this is a required parameter
Enter the file name to use. Defaults to "solutionInformation.csv" ".csv" will be appended to all filenames
AUTHOR: Gary Bushey LASTEDIT: 19 Feb 2023
Export-AzSentinelRulesNeedingUpdates "workspacename" -ResourceGroupName "rgname"
In this example you will get the file named "rulesNeedingUpdates.csv" generated containing all the solution information
Export-AzSentinelRulesNeedingUpdates -WorkspaceName "workspacename" -ResourceGroupName "rgname" -fileName "test"
In this example you will get the file named "test.csv" generated containing all the solution information