| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Identity.SignIns
$params = @{
invitedUserEmailAddress = "admin@fabrikam.com"
inviteRedirectUrl = "https://myapp.contoso.com"
}
New-MgInvitation -BodyParameter $params