Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 526 Bytes

SendYmInvitation.md

File metadata and controls

25 lines (16 loc) · 526 Bytes

Send-YmInvitation

Send an invitation to the yammer network to the specified emails.

Syntax

Send-YmInvitation [-Emails] <String[]>

Parameters

Parameter Type Required Description
Emails String[] true The email addresses to send an invitation to.

Examples

Example 1

PS:> Send-YmInvitation @('[email protected]', '[email protected]')

Sends invitations to the emails [email protected] and [email protected].