-
Notifications
You must be signed in to change notification settings - Fork 801
Revise bulk download instructions for groups #1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ashyasingh
wants to merge
1
commit into
MicrosoftDocs:main
Choose a base branch
from
ashyasingh:patch-4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -18,26 +18,36 @@ You can download a list of all the groups in your organization to a comma-separa | |||
|
||||
## Download a list of groups | ||||
|
||||
To download all groups in your organization: | ||||
|
||||
The columns downloaded are predefined. | ||||
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/GroupsManagementMenuBlade) and in the left-hand navigation pane, select the **Groups** tab and then **All groups**. | ||||
|
||||
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Groups Administrator](~/identity/role-based-access-control/permissions-reference.md#groups-administrator). | ||||
1. Select **Microsoft Entra ID**. | ||||
1. Select **Groups** > **All groups** > **Download groups**. | ||||
:::image type="content" source="Media/bulk-operations/groups-management-page.png" alt-text="Screenshot of the Microsoft Entra admin center Groups blade showing the All groups list with column headers and actions."::: | ||||
|
||||
:::image type="content" source="./media/groups-bulk-download/download-groups.png" alt-text="Screenshot of the All groups page with Download groups selected."::: | ||||
2. Select **Download groups**. The columns are predefined. | ||||
|
||||
1. On the **Groups download** page, select **Start** to receive a CSV file that lists your groups. | ||||
:::image type="content" source="Media/bulk-operations/download-groups-button.png" alt-text="Screenshot of the Groups page with the Download groups button highlighted in the toolbar."::: | ||||
|
||||
:::image type="content" source="./media/groups-bulk-download/bulk-download.png" alt-text="Screenshot that shows the Download groups command is on the All groups page."::: | ||||
3. Enter a filename and select **Start bulk operation**. | ||||
|
||||
If you experience errors, you can download and view the results file on the **Bulk operation results** page. The file contains the reason for each error. The file submission must match the provided template and include the exact column names. For more information about bulk operations limitations, see [Bulk download service limits](#bulk-download-service-limits). | ||||
:::image type="content" source="Media/bulk-operations/download-filename-dialog.png" alt-text="Screenshot of the Download groups dialog prompting for a filename before starting the bulk operation."::: | ||||
|
||||
4. Select the **Click here to view the status of each operation** link to navigate to the **Bulk operations** blade. | ||||
|
||||
:::image type="content" source="Media/bulk-operations/success-notification.png" alt-text="Screenshot of a success notification confirming the bulk groups download was submitted with a link to view status."::: | ||||
|
||||
## Check download status | ||||
|
||||
You can see the status of all your pending bulk requests on the **Bulk operation results** page. | ||||
Select the filename to download the CSV file containing all groups with the specified columns. | ||||
|
||||
:::image type="content" source="Media/bulk-operations/success-notification.png" alt-text="Screenshot of a success notification confirming the bulk groups download was submitted with a link to view status."::: | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This image reference appears to be duplicated from line 37. Consider using a different image that shows the actual download status or remove this duplicate reference.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||
|
||||
If you experience errors, you can download and view the results file on the **Bulk operations** blade. The file contains the reason for each error. The file submission must match the provided template and include the exact column names. For more information about bulk operations limitations, see [Bulk download service limits](#bulk-download-service-limits). | ||||
|
||||
> [!NOTE] | ||||
> The new bulk operations service does not support localization for templates. | ||||
|
||||
:::image type="content" source="./media/groups-bulk-download/bulk-center.png" alt-text="Screenshot that shows the Check status option on the Bulk operation results page." lightbox="./media/groups-bulk-download/bulk-center.png"::: | ||||
For information about limitations and to learn more about the previous Bulk Operations experience, see [Bulk operations service limitations](bulk-operations-service-limitations.md). | ||||
|
||||
## Bulk download service limits | ||||
|
||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The step numbering appears inconsistent with the flow. This step suggests navigating to view status, but the next section 'Check download status' seems to be part of the same process rather than a separate procedure.
Copilot uses AI. Check for mistakes.