Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyInvictus committed Jul 24, 2024
1 parent e033881 commit cbff379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft-Extractor-Suite.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Get-GraphAuthType {
Connect-MgGraph -NoWelcome -Scopes $joinedScopes > $null
}
}
"application" {
"AppOnly" {
if ($missingScopes.Count -gt 0) {
foreach ($missingScope in $missingScopes) {
Write-LogFile -Message "[INFO] The connected application is missing Graph scope detected: $missingScope" -Color "Red"
Expand Down

0 comments on commit cbff379

Please sign in to comment.