Forum Discussion

pecific147's avatar
pecific147
Copper Contributor
Dec 08, 2022

Bulk Closure of old Incidents via PowerShell

Hi All,    I am trying to close all MS Sentinel incidents via PowerShell using below script.   Get-AzSentinelIncident -WorkspaceName "XXXXXX_XXXXXX" -All | Where-Object {$_.status -eq "New"} | Fo...

Resources