Skip to content

Commit

Permalink
Add comment and reference for service plan GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
schrolla authored Aug 1, 2024
1 parent f564a45 commit edc6c60
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ function Export-DefenderProvider {
}

# Run commands to get count of users with Advanced auditing enabled
# GUID below is service plan ID for M365_ADVANCED_AUDITING as defined
# on Microsoft Licensing Reference shown here:
# https://learn.microsoft.com/en-us/entra/identity/users/licensing-service-plan-reference
$UserParameters = @{ConsistencyLevel = 'eventual'
Count = 'UsersWithoutAdvancedAuditCount'
All = $true
Expand Down

0 comments on commit edc6c60

Please sign in to comment.