You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/b2b/invite-internal-users.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ In these instances, if the internal user must be changed to a B2B user, you shou
40
40
41
41
**On-premises synced users**: For user accounts that are synced between on-premises and the cloud, the on-premises directory remains the source of authority after they’re invited to use B2B collaboration. Any changes you make to the on-premises account will sync to the cloud account, including disabling or deleting the account. Therefore, you can’t prevent the user from signing into their on-premises account while retaining their cloud account by simply deleting the on-premises account. Instead, you can set the on-premises account password to a random GUID or other unknown value.
42
42
43
-
## To invite internal users to B2B collaboration
43
+
## How to invite internal users to B2B collaboration
44
44
45
45
You can use PowerShell or the invitation API to send a B2B invitation to the internal user. Make sure the email address you want to use for the invitation is set as the external email address on the internal user object.
46
46
@@ -53,7 +53,7 @@ By default, the invitation will send the user an email letting them know they’
53
53
> [!NOTE]
54
54
> To send your own email or other communication, you can use New-AzureADMSInvitation with -SendInvitationMessage:$false to invite users silently, and then send your own email message to the converted user. See [Azure AD B2B collaboration API and customization](customize-invitation-api.md).
55
55
56
-
###Use PowerShell to send a B2B invitation
56
+
## Use PowerShell to send a B2B invitation
57
57
58
58
Use the following command to invite the user to B2B collaboration:
0 commit comments