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
# Customer intent: As a tenant administrator, I want to bulk-invite external users to an organization from email addresses that I've stored in a .CSV file.
17
+
# Customer intent: As a tenant administrator, I want to bulk-invite external users to an organization from email addresses that I've stored in a .csv file.
18
18
---
19
19
20
20
# Azure Active Directory B2B collaboration code and PowerShell samples
21
21
22
22
## PowerShell example
23
23
24
-
You can bulk-invite external users to an organization from email addresses that you've stored in a .CSV file.
24
+
You can bulk-invite external users to an organization from email addresses that you've stored in a .csv file.
25
25
26
-
1. Prepare the .CSV file
27
-
Create a new CSV file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
26
+
1. Prepare the .csv file
27
+
Create a new .csv file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
0 commit comments