New-AzureADMSInvitation
此 Cmdlet 可用來邀請新的外部使用者加入您的目錄。
語法
New-AzureADMSInvitation
[-InvitedUserDisplayName <String>]
-InvitedUserEmailAddress <String>
[-SendInvitationMessage <Boolean>]
-InviteRedirectUrl <String>
[-InvitedUser <User>]
[-InvitedUserMessageInfo <InvitedUserMessageInfo>]
[-InvitedUserType <String>]
[<CommonParameters>]
Description
此 Cmdlet 可用來邀請新的外部使用者加入您的目錄。
範例
邀請新的外部使用者加入您的目錄
New-AzureADMSInvitation -InvitedUserEmailAddress someexternaluser@externaldomain.com -SendInvitationMessage $True -InviteRedirectUrl "http://myapps.microsoft.com"
在此範例中使用 Cmdlet,會將電子郵件傳送給電子郵件地址位於 -InvitedUserEmailAddress 參數中的使用者。 當使用者接受邀請時,會依 -InviteRedirectUrl 參數中所指定的轉送至 URL
參數
-InvitedUser
現有內部部署非同步來賓用戶的用戶物件
類型: | User |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InvitedUserDisplayName
用戶顯示在目錄中的顯示名稱
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InvitedUserEmailAddress
傳送邀請的電子郵件位址
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InvitedUserMessageInfo
指定如何傳送邀請訊息的資訊。
類型: | InvitedUserMessageInfo |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InvitedUserType
受邀之使用者的userType。 根據預設,這是來賓。 如果您是公司系統管理員,您可以邀請為成員。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InviteRedirectUrl
接受邀請之後,系統會轉寄受邀使用者的URL
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SendInvitationMessage
布爾參數,指出是否將邀請訊息傳送給受邀使用者。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None