Skip to content

Commit

Permalink
Merge pull request #62 from mikepowell/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Update-MsIdInvitedUserSponsorsFromInvitedBy.ps1
  • Loading branch information
merill authored Aug 14, 2024
2 parents d32012c + 9990a66 commit e82a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update-MsIdInvitedUserSponsorsFromInvitedBy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Update-MsIdInvitedUserSponsorsFromInvitedBy {
$CriticalError = $null
if (!(Test-MgCommandPrerequisites 'Get-Mguser', 'Update-Mguser' -MinimumVersion 2.8.0 -ErrorVariable CriticalError)) { return }

$guestFilter = "(CreationType eq 'Invitiation')"
$guestFilter = "(CreationType eq 'Invitation')"

}

Expand Down

0 comments on commit e82a54a

Please sign in to comment.