< Back

New-InvitationObject

Sat Jan 18, 2020 12:32 pm

NAME New-InvitationObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.invitation" (or one of its derived types).





SYNTAX

New-InvitationObject [-invitedUser <object>] [-invitedUserDisplayName <string>] [-invitedUserEmailAddress

<string>] [-invitedUserMessageInfo <object>] [-invitedUserType <string>] [-inviteRedeemUrl <string>]

[-inviteRedirectUrl <string>] [-sendInvitationMessage <bool>] [-status <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.invitation" (or one of its derived types).





PARAMETERS

-invitedUserDisplayName <string>

The "invitedUserDisplayName" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-invitedUserType <string>

The "invitedUserType" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-invitedUserEmailAddress <string>

The "invitedUserEmailAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-invitedUserMessageInfo <object>

The "invitedUserMessageInfo" property, of type "microsoft.graph.invitedUserMessageInfo".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sendInvitationMessage <bool>

The "sendInvitationMessage" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-inviteRedirectUrl <string>

The "inviteRedirectUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-inviteRedeemUrl <string>

The "inviteRedeemUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "Edm.String".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-invitedUser <object>

The "invitedUser" property, of type "microsoft.graph.user".



This property is on the "microsoft.graph.invitation" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS