Skip to content

Commit

Permalink
Fix typo in Update-MsIdInvitedUserSponsorsFromInvitedBy.ps1
Browse files Browse the repository at this point in the history
Changed 'Invitiation' to 'Invitation'.
  • Loading branch information
mikepowell authored Aug 14, 2024
1 parent d32012c commit 9990a66
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 9990a66

Please sign in to comment.