Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 408 Bytes

File metadata and controls

22 lines (12 loc) · 408 Bytes

Example 1: Get all alerts

Import-Module Microsoft.Graph.Beta.Security

Get-MgBetaSecurityAlertV2

This example will get all alerts

Example 2: Get all alerts from Microsoft Sentinel

Import-Module Microsoft.Graph.Beta.Security

Get-MgBetaSecurityAlertV2 -Filter "serviceSource eq 'microsoftSentinel'" 

This example will get all alerts from microsoft sentinel