Skip to content

Commit

Permalink
Fixes user retrieval using the correct property. Closes #6308
Browse files Browse the repository at this point in the history
  • Loading branch information
appieschot authored and Jwaegebaert committed Sep 4, 2024
1 parent acdf6e3 commit af871c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Retrieves all activities for a specific Microsoft Teams Team and shares the top
#Score per user
foreach ($teamsUser in $resultsGrouped) {
$user = m365 entra user get --id $teamsUser.UserId --output json | ConvertFrom-Json
$user = m365 entra user get --id $teamsUser.Name --output json | ConvertFrom-Json
# Count points
# Each post is two points, 1 extra point awarded for each Post with Subject
Expand Down

0 comments on commit af871c7

Please sign in to comment.