Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GraphRunner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4806,7 +4806,7 @@ function Invoke-InviteGuest{

# Construct the JSON payload
$invitationData = @{
invitedUserEmailAddress = $EmailAddress
invitedUserEmailAddress = [System.Web.HttpUtility]::UrlEncode($EmailAddress)
invitedUserDisplayname = $Displayname
inviteRedirectUrl = $RedirectUrl
sendInvitationMessage = [System.Convert]::ToBoolean($SendInvitationMessage)
Expand Down Expand Up @@ -7722,4 +7722,4 @@ Get-UserObjectID`t`t-`t Retrieves an object ID for a user
Write-Host -ForegroundColor green ("=" * 80)
Write-Host -ForegroundColor green '[*] For help with individual modules run Get-Help <module name> -detailed'
Write-Host -ForegroundColor green '[*] Example: Get-Help Invoke-InjectOAuthApp -detailed'
}
}