Skip to content

Commit ecfc560

Browse files
authored
Update reset-redemption-status.md
1 parent 8760c9f commit ecfc560

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)