Skip to content

Commit 0c10afb

Browse files
committed
new version ready for PM review
1 parent d85c600 commit 0c10afb

File tree

12 files changed

+71
-13
lines changed

12 files changed

+71
-13
lines changed

articles/active-directory/users-groups-roles/groups-bulk-import-members.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.collection: M365-identity-device-management
1919

2020
Using Azure Active Directory (Azure AD) portal, you can add a large number of members to a group by using a comma-separated values (CSV) file to bulk import group members.
2121

22-
## Understand the bulk upload CSV template
22+
## Understand the CSV template
2323

2424
Download and fill in the bulk upload CSV template to successfully add Azure AD group members in bulk. Your CSV template might look like this example:
2525

@@ -30,17 +30,15 @@ Download and fill in the bulk upload CSV template to successfully add Azure AD g
3030
The rows in a downloaded CSV template are as follows:
3131

3232
- **Version number**: The first row containing the version number must be included in the upload CSV.
33-
- **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Name [displayName] Required`. Some older versions of the template might have slight variations. For group membership changes, you have the option of which identifier to use. For example, member object ID or user principal name.
33+
- **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Name [displayName] Required`. Some older versions of the template might have slight variations. For group membership changes, you have the option of which identifier to use: member object ID or user principal name.
3434
- **Examples row**: We have included in the template a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.
3535

3636
### Additional guidance
3737

3838
- The required columns are listed first.
3939
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
4040
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
41-
42-
> [!Note]
43-
> We recommend that you download the latest version of the CSV template as often as possible.
41+
- We recommend that you download the latest version of the CSV template as often as possible.
4442

4543
## To bulk import group members
4644

articles/active-directory/users-groups-roles/groups-bulk-remove-members.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,27 @@ ms.collection: M365-identity-device-management
1919

2020
Using Azure Active Directory (Azure AD) portal, you can remove a large number of members from a group by using a comma-separated values (CSV) file to bulk remove group members.
2121

22-
bulk-remove-members/template-example-csv-file.png
22+
23+
## Understand the CSV template
24+
25+
Download and fill in the bulk upload CSV template to successfully add Azure AD group members in bulk. Your CSV template might look like this example:
26+
27+
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/groups-bulk-remove-members/template-example.png)
28+
29+
### CSV template structure
30+
31+
The rows in a downloaded CSV template are as follows:
32+
33+
- **Version number**: The first row containing the version number must be included in the upload CSV.
34+
- **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Member object ID or user principal name [memberObjectIdOrUpn] Required`. Some older versions of the template might have slight variations. For group membership changes, you have the option of which identifier to use: member object ID or user principal name.
35+
- **Examples row**: We have included in the template a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.
36+
37+
### Additional guidance
38+
39+
- The required columns are listed first.
40+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
41+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
42+
- We recommend that you download the latest version of the CSV template as often as possible.
2343

2444
## To bulk remove group members
2545

Loading
43.1 KB
Loading
38.8 KB
Loading
38.8 KB
Loading
1.33 KB
Loading

articles/active-directory/users-groups-roles/users-bulk-add.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Azure Active Directory (Azure AD) supports bulk user create and delete operation
2323

2424
In order to bulk create users in the administration portal, you must be signed in as a Global administrator or User administrator.
2525

26-
## Understand the bulk upload template
26+
## Understand the CSV template
2727

2828
Download and fill in the bulk upload CSV template to help you successfully create Azure AD users in bulk. The CSV template you download might look like this example:
2929

3030
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/users-bulk-add/create-template-example.png)
3131

32-
### CSV file structure
32+
### CSV template structure
3333

3434
The rows in a downloaded CSV template are as follows:
3535

@@ -42,9 +42,7 @@ The rows in a downloaded CSV template are as follows:
4242
- The required columns are listed first.
4343
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
4444
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
45-
46-
> [!Note]
47-
> We recommend that you download the latest version of the CSV template as often as possible.
45+
- We recommend that you download the latest version of the CSV template as often as possible.
4846

4947
## To create users in bulk
5048

0 commit comments

Comments
 (0)