Skip to content

Commit 1544971

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into linux-fixes
2 parents 86409dd + 67fb7ba commit 1544971

39 files changed

+1236
-190
lines changed

articles/active-directory/cloud-infrastructure-entitlement-management/report-view-system-report.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/23/2022
11+
ms.date: 04/24/2023
1212
ms.author: jfields
1313
---
1414

@@ -18,34 +18,43 @@ This article describes how to generate and view a system report in Permissions M
1818

1919
## Generate a system report
2020

21-
1. In the Permissions Management home page, select the **Reports** tab, and then select the **Systems Reports** subtab.
21+
1. From the Permissions Management home page, select the **Reports** tab, and then select the **Systems Reports** subtab.
2222
The **Systems Reports** subtab displays the following options in the **Reports** table:
2323

2424
- **Report Name**: The name of the report.
2525
- **Category**: The type of report: **Permission**.
26-
- **Authorization System**: The authorization system activity in the report: Amazon Web Services (AWS), Microsoft Azure (Azure), and Google Cloud Platform (GCP).
26+
- **Authorization System**: The cloud provider included in the report: Amazon Web Services (AWS), Microsoft Azure (Azure), and Google Cloud Platform (GCP).
2727
- **Format**: The format in which the report is available: comma-separated values (**CSV**) format, portable document format (**PDF**), or Microsoft Excel Open XML Spreadsheet (**XLSX**) format.
2828

29-
1. In the **Report Name** column, find the report you want, and then select the down arrow to the right of the report name to download the report.
30-
31-
Or, from the ellipses **(...)** menu, select **Download**.
32-
33-
The following message displays: **Successfully Started To Generate On Demand Report.**
34-
29+
1. In the **Report Name** column, find the report you want to generate.
30+
1. From the ellipses **(...)** menu for that report, select **Generate & Download**. A new window appears where you provide more information for the report you want to generate.
31+
1. For each **Authorization System**, select the **Authorization System Name** you want to include in the report by selecting the box next to the name.
32+
1. If you want to combine all Authorization Systems into one report, check the box for **Collate**.
33+
1. For **Report Format**, check the boxes for a **Detailed** or **Summary** of the report in CSV format. You can select both.
3534
> [!NOTE]
3635
> If you select one authorization system, the report includes a summary. If you select more than one authorization system, the report does not include a summary.
37-
36+
1. For **Schedule**, select the frequency for how often you want to receive the report(s). You can select **None** if you don't want to generate reports on a scheduled basis.
37+
1. Click **Save**. Upon clicking **Save**, you receive a message **Report has been created**. The report appears on the **Custom Reports** tab.
3838
1. To refresh the list of reports, select **Reload**.
39+
1. On the **Custom Reports** tab, hover your mouse over the report, and click the down arrow to **Download** the report. A message appears **Successfully Started to Generate On Demand Report**. The report is sent to your email.
3940

4041
## Search for a system report
4142

4243
1. On the **Systems Reports** subtab, select **Search**.
43-
1. In the **Search** box, enter the name of the report you want.
44-
45-
The **Systems Reports** subtab displays a list of reports that match your search criteria.
44+
1. In the **Search** box, enter the name of the report you want to locate. The **Systems Reports** subtab displays a list of reports that match your search criteria.
4645
1. Select a report from the **Report Name** column.
47-
1. To download a report, select the down arrow to the right of the report name, or from the ellipses **(...)** menu, select **Download**.
46+
1. To generate a report, click on the ellipses **(...)** menu for that report, then select **Generate & Download**.
47+
1. For each **Authorization System**, select the **Authorization System Name** you want to include in the report by selecting the box next to the name.
48+
1. If you want to combine all Authorization Systems into one report, check the box for **Collate**.
49+
1. For **Report Format**, check the boxes for a **Detailed** or **Summary** of the report in CSV format. You can select both.
50+
51+
> [!NOTE]
52+
> If you select one authorization system, the report includes a summary. If you select more than one authorization system, the report does not include a summary.
53+
1. For **Schedule**, select the frequency for how often you want to receive the report(s). You can select **None** if you don't want to generate reports on a scheduled basis.
54+
1. Click **Save**. Upon clicking **Save**, you receive a message **Report has been created**. The report appears on the **Custom Reports** tab.
4855
1. To refresh the list of reports, select **Reload**.
56+
1. On the **Custom Reports** tab, hover your mouse over the report, and click the down arrow to **Download** the report. A message appears **Successfully Started to Generate On Demand Report**. The report is sent to your email.
57+
4958

5059

5160
## Next steps

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: active-directory
55
author: barclayn
66
ms.author: barclayn
77
manager: amycolannino
8-
ms.date: 06/24/2022
8+
ms.date: 04/24/2023
99
ms.topic: how-to
1010
ms.service: active-directory
1111
ms.subservice: enterprise-users
@@ -37,7 +37,7 @@ The rows in a downloaded CSV template are as follows:
3737

3838
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
3939
- 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.
40+
- We don't recommend adding new columns to the template. Any other columns you add are ignored and not processed.
4141
- We recommend that you download the latest version of the CSV template as often as possible.
4242
- Add at least two users' UPNs or object IDs to successfully upload the file.
4343

@@ -46,7 +46,7 @@ The rows in a downloaded CSV template are as follows:
4646
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk import members of groups they own.
4747
1. In Azure AD, select **Groups** > **All groups**.
4848
1. Open the group to which you're adding members and then select **Members**.
49-
1. On the **Members** page, select **Import members**.
49+
1. On the **Members** page, select **bulk operations** and then choose **Import members**.
5050
1. On the **Bulk import group members** page, select **Download** to get the CSV file template with required group member properties.
5151

5252
![The Import Members command is on the profile page for the group](./media/groups-bulk-import-members/import-panel.png)
-190 KB
Loading

0 commit comments

Comments
 (0)