Send an invitation to the yammer network to the specified emails.
Send-YmInvitation [-Emails] <String[]>
Parameter | Type | Required | Description |
---|---|---|---|
Emails | String[] | true | The email addresses to send an invitation to. |
PS:> Send-YmInvitation @('[email protected]', '[email protected]')
Sends invitations to the emails [email protected] and [email protected].