Skip to content

Commit 502a428

Browse files
committed
added permission required for 41019
1 parent 3678cbd commit 502a428

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/powershell/doc/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The consent prompt is only displayed if the Graph PowerShell app does not alread
8686
- SecurityEvents.Read.All
8787
- SecurityIdentitiesSensors.Read.All
8888
- SecurityIdentitiesHealth.Read.All
89+
- SecurityAlert.Read.All
8990

9091
Run the following command to connect to Microsoft Graph and consent to the permissions using a Global Administrator account.
9192

src/powershell/public/Get-ZtGraphScope.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'SecurityEvents.Read.All'
4949
'SecurityIdentitiesSensors.Read.All'
5050
'SecurityIdentitiesHealth.Read.All'
51+
'SecurityAlert.Read.All'
5152
)
5253

5354
$scopes | Sort-Object -Unique

0 commit comments

Comments
 (0)