Skip to content

Commit a28b0fb

Browse files
authored
Merge pull request #108506 from chkoide/chkoide-patch-2
Update reset-redemption-status.md
2 parents 605acc9 + ecfc560 commit a28b0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/external-identities/reset-redemption-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Connect-MgGraph -Scopes "User.ReadWrite.All"
8282
$user = Get-MgUser -Filter "startsWith(mail, '[email protected]')"
8383
New-MgInvitation `
8484
-InvitedUserEmailAddress $user.Mail `
85-
-InviteRedirectUrl "http://myapps.microsoft.com" `
85+
-InviteRedirectUrl "https://myapps.microsoft.com" `
8686
-ResetRedemption `
8787
-SendInvitationMessage `
8888
-InvitedUser $user

0 commit comments

Comments
 (0)