From 563d34a3af1ebe5aae605c0e24132db118a6ffc0 Mon Sep 17 00:00:00 2001 From: James Parkes Date: Thu, 25 Jul 2024 14:08:52 -0600 Subject: [PATCH 01/13] Update CQD-data-and-reports.md --- Teams/CQD-data-and-reports.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Teams/CQD-data-and-reports.md b/Teams/CQD-data-and-reports.md index 189894db8f..b8ae79043d 100644 --- a/Teams/CQD-data-and-reports.md +++ b/Teams/CQD-data-and-reports.md @@ -29,7 +29,7 @@ description: Learn about the data and reports available in Microsoft Call Qualit # Data and reports in Call Quality Dashboard (CQD) -Microsoft Call Quality Dashboard (CQD) uses a near-real-time (NRT) data feed. Call records are available in CQD within 30 minutes of the end of a call and remain in CQD for 12 months, except for EUII fields which are removed after 28 days. +Microsoft Call Quality Dashboard (CQD) uses a near-real-time (NRT) data feed. Call records are available in CQD within 30 minutes of the end of a call and remain in CQD for 12 months, except for end user identifiable information (EUII) fields which are removed after 28 days. ## Many ways to access call quality data @@ -39,12 +39,12 @@ You can access call quality data by several different avenues. Pick the one that |---|---| |Teams admin center [(https://admin.teams.microsoft.com)](https://admin.teams.microsoft.com)|Call quality data is included on the **Users** page in the Teams admin center, showing the most common data you need in an easy-to-read format. You can't customize the data that you find under **Users**.| |CQD portal [(https://cqd.teams.microsoft.com)](https://cqd.teams.microsoft.com)|Robust summary and detailed reports that meet most needs, with drill-through filtering. You can also customize reports in the CQD portal.

Get two [CQD report templates](#import-the-cqd-report-templates) to help you analyze data in the CQD portal.| -|Power BI|Use direct queries to view your CQD data in Power BI using [customizable Power BI templates](CQD-Power-BI-query-templates.md). [Download Power BI query templates for CQD](https://www.microsoft.com/download/details.aspx?id=102291).

You can also [use the REST API to access CQD data](/skypeforbusiness/management-tools/call-quality-dashboard/data-api) through Power BI. Use this method if you want to download your CQD data so you can work on it offline. The benefit of using this method is better performance, especially useful for large data sets that bog down in Power BI when you're online.| +|Power BI|Use direct queries to view your CQD data in Power BI using [customizable Power BI templates](CQD-Power-BI-query-templates.md). The CQD Power BI templates are regularly updated to support new Teams features, calling scenarios, and the latest telemetry we have available in CQD.| |Graph API|Access raw call quality data yourself using the [Graph API](/graph/api/resources/callrecords-api-overview). This is the most complex method, but it gives you the most control and flexibility in analyzing your call quality data. For example, if you need to join it with other data for your organization, you can use the Graph API to create a data model and incorporate call quality data. Please note that CallRecords Graph API may not contain all of the fields that are available in CQD and naming conventions may differ between the two products. | ## Import the CQD report templates -Download [two curated CQD report templates](https://aka.ms/qertemplates) (All Networks and Managed Networks) to help you get up to speed quickly with CQD. The All Networks template, though optimized to work with a building data file, can be used while you work toward collecting and uploading building information into CQD, as described in the next section. +Download [two curated CQD report templates](https://aka.ms/qertemplates) (All Networks and Managed Networks) to help you get up to speed quickly with CQD on the web. The All Networks template, though optimized to work with a building data file, can be used while you work toward collecting and uploading building information into CQD, as described in the next section. **To import the templates (.CQDX) into CQD**: @@ -57,11 +57,13 @@ Download [two curated CQD report templates](https://aka.ms/qertemplates) (All Ne 4. Repeat steps 2 and 3 for the second CQD template. > [!NOTE] - > Each user must import the CQD templates into their CQD instance. + > Templates and saved reports are unique for each admin that logs into CQD. Each user must follow the steps to import the CQD templates if they wish to use them. + > + > For the best experience with using CQD, we recommend using [the latest QER experience in Power BI](cqd-power-bi-query-templates.md) instead. ## EUII data -For compliance reasons, end-user identifiable information (EUII) data (also known as personally-identifiable information or PII) is only kept for 28 days. As NRT data crosses the 28-day mark, fields that contain EUII are cleared, resulting in EUII-free NRT data. Fields that contain EUII data are: +For compliance reasons, EUII data (also known as personally-identifiable information or PII) is only kept for 28 days. As CQD's data crosses the 28-day mark, fields that contain EUII are cleared, resulting in EUII-free data. Fields that contain EUII data are: - Full IP address - Media Access Control (MAC) Address @@ -222,7 +224,6 @@ As the names indicate, the classification criteria is based on the type of clien The CQD Summary Reports dashboard includes a **Tenant Data Upload** page, accessed by selecting **Tenant Data Upload** from the settings menu in the top-right corner. This page is used for admins to upload their own information, such as: - A map of IP address and geographical information. -- A map of each wireless AP and its MAC address. - A map of Endpoint to Endpoint Make/Model/Type, etc. We recommend that you upload your tenant, building, and location data so CQD can include this information in your reports. If you haven't already uploaded this data, read [Upload tenant and building data](CQD-upload-tenant-building-data.md). @@ -303,7 +304,7 @@ In order to select multiple filter values, begin by adding a new filter to the r Then, click **Search** (a magnifying glass icon next to the new filter). You'll see a text field, and a number of options, including **Select All** and **Invert**. Enter a value, and click **Search** next to that field to search. Alternatively, leave the text field empty and click **Search** to view up to the first 100 options. -```powershell +```URL /filter/[AllStreams].[Second Tenant Id]\|[YOUR TENANT ID HERE] ``` @@ -317,7 +318,7 @@ Certain CQD reports have dashboard-level filters added to them, making it easy t ![Screenshot of a dashboard filter.](media/qerguide-image-dashboardfilters.png) -```powershell +```URL /filter/[AllStreams].[Is Teams]|[TRUE | FALSE] ``` @@ -328,7 +329,7 @@ Excluding federated data from CQD reports is useful when you're remediating mana To add a filter, append the following to the end of the URL: -```console +```URL /filter/[AllStreams].[Second Tenant Id]\|[YOUR TENANT ID HERE] ``` From 4da4f5122b57567563491017507a53cc9b80211d Mon Sep 17 00:00:00 2001 From: James Parkes Date: Thu, 25 Jul 2024 14:34:14 -0600 Subject: [PATCH 02/13] Update CQD-data-and-reports.md --- Teams/CQD-data-and-reports.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/Teams/CQD-data-and-reports.md b/Teams/CQD-data-and-reports.md index b8ae79043d..0bd2412f61 100644 --- a/Teams/CQD-data-and-reports.md +++ b/Teams/CQD-data-and-reports.md @@ -65,19 +65,29 @@ Download [two curated CQD report templates](https://aka.ms/qertemplates) (All Ne For compliance reasons, EUII data (also known as personally-identifiable information or PII) is only kept for 28 days. As CQD's data crosses the 28-day mark, fields that contain EUII are cleared, resulting in EUII-free data. Fields that contain EUII data are: -- Full IP address -- Media Access Control (MAC) Address -- Basic Service Set identifier (BSSID) -- Session Initiation Protocol (SIP) URI (Skype for Business only) -- User Principal Name (UPN) -- Machine Endpoint Name -- User Verbatim Feedback -- Object ID (the Active Directory object ID of the endpoint's user) +- IP Address +- User ObjectId +- MAC Address +- Sip Uri (Skype for Business only) - Phone Number +- UPN +- Feedback Text +- Client Endpoint Name +- Local Address +- Remote Address +- Base Address +- Local Site +- Remote Site - Auto Attendant Identity - Call Queue Identity -- Video Teleconferencing (VTC) Device Name -- Video Teleconferencing (VTC) Device Detail +- Transferred from Call Queue Identity +- Organizer ObjectId +- Organizer UPN +- Organizer Sip Uri (Skype for Business only) +- VTC Device Name +- VTC Device Detail + + ### Admin roles with and without EUII access From 0b6a3e63e7b2b7a577c95be8f8cc3a59373eca9d Mon Sep 17 00:00:00 2001 From: Shiva Shankar Date: Wed, 31 Jul 2024 11:04:13 +0530 Subject: [PATCH 03/13] Learn Editor: Update sip-gateway-plan.md --- Teams/sip-gateway-plan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Teams/sip-gateway-plan.md b/Teams/sip-gateway-plan.md index e1db1b4936..d57d512f2b 100644 --- a/Teams/sip-gateway-plan.md +++ b/Teams/sip-gateway-plan.md @@ -279,7 +279,9 @@ If you have a 3PIP or SIP device, you must have the following: | |D7353 |10.1.141.13 |10.1.141.13 |IP Phone | | 1 Device supports dynamic location discovery through LLDP with SIP Gateway. + 2 Device supports dynamic location discovery with SIP Gateway. + 3 Device supports only static location with SIP Gateway. > [!NOTE] From 733679358eba64049c00e25d760536cf200b84b4 Mon Sep 17 00:00:00 2001 From: Shiva Shankar Date: Wed, 31 Jul 2024 11:04:25 +0530 Subject: [PATCH 04/13] Learn Editor: Update sip-gateway-plan.md From 0c65682b290a44381fe9e83899e63087e16dff41 Mon Sep 17 00:00:00 2001 From: Mary-Katherine Bond Sims Date: Wed, 31 Jul 2024 13:26:44 -0400 Subject: [PATCH 05/13] Update CQD-data-and-reports.md Update ms.date and ms.author values --- Teams/CQD-data-and-reports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/CQD-data-and-reports.md b/Teams/CQD-data-and-reports.md index 0bd2412f61..81c5a9d154 100644 --- a/Teams/CQD-data-and-reports.md +++ b/Teams/CQD-data-and-reports.md @@ -3,8 +3,8 @@ title: Data and reports in Call Quality Dashboard (CQD) author: mkbond007 ms.author: mabond manager: pamgreen -ms.reviewer: mikedav, siunies, gageames -ms.date: 11/28/2017 +ms.reviewer: jamp, siunies, mikedav, gageames +ms.date: 07/31/2024 ms.topic: article ms.tgt.pltfrm: cloud ms.service: msteams From ad60d0a50981655a5b33ccf18e5e977c07d82def Mon Sep 17 00:00:00 2001 From: Mary-Katherine Bond Sims Date: Wed, 31 Jul 2024 14:36:40 -0400 Subject: [PATCH 06/13] Update CQD-data-and-reports.md SfBO > Skype for Business --- Teams/CQD-data-and-reports.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/CQD-data-and-reports.md b/Teams/CQD-data-and-reports.md index 81c5a9d154..63f2da5f4a 100644 --- a/Teams/CQD-data-and-reports.md +++ b/Teams/CQD-data-and-reports.md @@ -152,12 +152,12 @@ If you want to use Power BI to analyze your CQD data, read [Use Power BI to anal ### Select product data to see in reports -In the Summary and Location-Enhanced Reports, you can use the **Product Filter** drop-down to show all product data, only Microsoft Teams data, or only Skype for Business Online data. +In the Summary and Location-Enhanced Reports, you can use the **Product Filter** drop-down to show all product data, only Microsoft Teams data, or only Skype for Business data. > [!div class="mx-imgBorder"] > ![Screenshot: shows the Product Filter control options.](media/206ad818-0f72-4c8e-b25e-3cc8fcfbef05.png) -In Detailed reports, you can use the **Is Teams** dimension to filter the data to Microsoft Teams or Skype for Business Online data. +In Detailed reports, you can use the **Is Teams** dimension to filter the data to Microsoft Teams or Skype for Business data. ## Summary Reports @@ -365,7 +365,7 @@ To apply URL filters with multi-select values, separate each value with a pipe ( If you specify an invalid name or value, the URL filter won't be applied. -You can use a URL filter to filter every report for a specific dimension. The most common URL filters are used to filter reports to exclude federated participant telemetry, or focus on only Teams or Skype for Business Online. Excluding federated data from CQD reports is useful when you're remediating managed buildings or networks where federated endpoints might influence your reports. +You can use a URL filter to filter every report for a specific dimension. The most common URL filters are used to filter reports to exclude federated participant telemetry, or focus on only Teams or Skype for Business. Excluding federated data from CQD reports is useful when you're remediating managed buildings or networks where federated endpoints might influence your reports. |Filter|Description|CQD query filter example| |---|---|---| From f218e793e101df8be3c78fb35d7a30a64da0d3e1 Mon Sep 17 00:00:00 2001 From: izzychun26 <137212351+izzychun26@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:47:31 -0700 Subject: [PATCH 07/13] Update external-domain-activity-report.md --- .../external-domain-activity-report.md | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Teams/teams-analytics-and-reports/external-domain-activity-report.md b/Teams/teams-analytics-and-reports/external-domain-activity-report.md index 64ec37dc2e..bc9164ac17 100644 --- a/Teams/teams-analytics-and-reports/external-domain-activity-report.md +++ b/Teams/teams-analytics-and-reports/external-domain-activity-report.md @@ -34,8 +34,24 @@ Note that if you have an explicit allowed domains list, this report may include |Item |Description | |--------|-------------| -|Domain name|The domain of the trusted organization.| -|People in my org|The number of users that have communicated with the organization through meetings or chat during the selected time range.| +|Domain name|The domain of the trusted organization. **Premium** Each domain can be clicked on to see domain-specific insights. | +|People in my org|The number of users that have communicated with the organization through chat during the selected time range.| +|**Premium** Total messages| The number of messages that have been exchanged between your organization and the external domain during the selected time range.| +|**Premium** Messages sent| The number of messages that have been sent to your organization by the external domain during the selected time range.| +|**Premium** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range."| + +Note that it's possible to have 0 "people in my org." If an external domain reaches out to your organization to no response, we will display 0 "people in my org." + +## Interpret the domain-specific report + +|Item |Description | +|--------|-------------| +|**Premium** Username|The UPN of the user in your org who communicates with the external domain. | +|**Premium** Messages sent| The number of messages that have been sent to each user by the external domain during the selected time range.| + + +Note that it's not possible at this time to expose the messages received at a per-user basis due to privacy concerns. + ## Related topics From 196d4fc0592bf4f02cb7a68ffebe232ba0137f79 Mon Sep 17 00:00:00 2001 From: izzychun26 <137212351+izzychun26@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:34:50 -0700 Subject: [PATCH 08/13] Update external-domain-activity-report.md --- .../external-domain-activity-report.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Teams/teams-analytics-and-reports/external-domain-activity-report.md b/Teams/teams-analytics-and-reports/external-domain-activity-report.md index bc9164ac17..863469eb3d 100644 --- a/Teams/teams-analytics-and-reports/external-domain-activity-report.md +++ b/Teams/teams-analytics-and-reports/external-domain-activity-report.md @@ -18,7 +18,7 @@ appliesto: --- # Microsoft Teams external domain activity report -The external domain activity report in the Microsoft Teams admin center shows you the number of users in your organization that have communicated with [trusted external organizations](/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings#specify-trusted-microsoft-365-organizations) each day. This report includes information for 1:1 and group chats, but not meetings or calls. +The external domain activity report in the Microsoft Teams admin center shows you how you communicate with [trusted external organizations](/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings#specify-trusted-microsoft-365-organizations) over chat. This report includes information for 1:1 and group chats, but not meetings or calls. This report includes both a base and Teams Premium version, where the base version tells you which domains you communicate with and the premium version exposes more detailed information about your communication with each domain. Note that if you have an explicit allowed domains list, this report may include domains not on your allow list. It is possible for users from an allowed organization to start a group chat with users from your organization and users from other organizations allowed by them, but not allowed by you. These domains will show up in your external domain activity report. @@ -34,11 +34,11 @@ Note that if you have an explicit allowed domains list, this report may include |Item |Description | |--------|-------------| -|Domain name|The domain of the trusted organization. **Premium** Each domain can be clicked on to see domain-specific insights. | +|Domain name|The domain of the trusted organization. **Premium:** Each domain can be clicked on to see domain-specific insights. | |People in my org|The number of users that have communicated with the organization through chat during the selected time range.| -|**Premium** Total messages| The number of messages that have been exchanged between your organization and the external domain during the selected time range.| -|**Premium** Messages sent| The number of messages that have been sent to your organization by the external domain during the selected time range.| -|**Premium** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range."| +|**Premium:** Total messages| The number of messages that have been exchanged between your organization and the external domain during the selected time range.| +|**Premium:** Messages sent| The number of messages that have been sent to your organization by the external domain during the selected time range.| +|**Premium:** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range."| Note that it's possible to have 0 "people in my org." If an external domain reaches out to your organization to no response, we will display 0 "people in my org." @@ -46,9 +46,8 @@ Note that it's possible to have 0 "people in my org." If an external domain reac |Item |Description | |--------|-------------| -|**Premium** Username|The UPN of the user in your org who communicates with the external domain. | -|**Premium** Messages sent| The number of messages that have been sent to each user by the external domain during the selected time range.| - +|**Premium:** Username|The UPN of the user in your org who communicates with the external domain. | +|**Premium:** Messages sent| The number of messages that have been sent to each user by the external domain during the selected time range.| Note that it's not possible at this time to expose the messages received at a per-user basis due to privacy concerns. From 65c8e434dcb724c09b9b42724701823e330df4a6 Mon Sep 17 00:00:00 2001 From: Heidi Payne Date: Wed, 31 Jul 2024 12:39:54 -0700 Subject: [PATCH 09/13] Update external-domain-activity-report.md --- .../external-domain-activity-report.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Teams/teams-analytics-and-reports/external-domain-activity-report.md b/Teams/teams-analytics-and-reports/external-domain-activity-report.md index 863469eb3d..26b22a8e6d 100644 --- a/Teams/teams-analytics-and-reports/external-domain-activity-report.md +++ b/Teams/teams-analytics-and-reports/external-domain-activity-report.md @@ -38,9 +38,11 @@ Note that if you have an explicit allowed domains list, this report may include |People in my org|The number of users that have communicated with the organization through chat during the selected time range.| |**Premium:** Total messages| The number of messages that have been exchanged between your organization and the external domain during the selected time range.| |**Premium:** Messages sent| The number of messages that have been sent to your organization by the external domain during the selected time range.| -|**Premium:** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range."| +|**Premium:** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range.| -Note that it's possible to have 0 "people in my org." If an external domain reaches out to your organization to no response, we will display 0 "people in my org." +> [!NOTE] +> +> It's possible to have 0 **people in my org**. If an external domain reaches out to your organization and receives no response, we will display 0 **people in my org**. ## Interpret the domain-specific report @@ -49,8 +51,9 @@ Note that it's possible to have 0 "people in my org." If an external domain reac |**Premium:** Username|The UPN of the user in your org who communicates with the external domain. | |**Premium:** Messages sent| The number of messages that have been sent to each user by the external domain during the selected time range.| -Note that it's not possible at this time to expose the messages received at a per-user basis due to privacy concerns. - +> [!NOTE] +> +> It's not possible at this time to expose the messages received at a per-user basis due to privacy concerns. ## Related topics From e83d6df195401e64141f639af5bd1856b2bddab9 Mon Sep 17 00:00:00 2001 From: Heidi Payne Date: Wed, 31 Jul 2024 12:40:55 -0700 Subject: [PATCH 10/13] Update external-domain-activity-report.md --- .../external-domain-activity-report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Teams/teams-analytics-and-reports/external-domain-activity-report.md b/Teams/teams-analytics-and-reports/external-domain-activity-report.md index 26b22a8e6d..70646ad29f 100644 --- a/Teams/teams-analytics-and-reports/external-domain-activity-report.md +++ b/Teams/teams-analytics-and-reports/external-domain-activity-report.md @@ -20,7 +20,9 @@ appliesto: The external domain activity report in the Microsoft Teams admin center shows you how you communicate with [trusted external organizations](/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings#specify-trusted-microsoft-365-organizations) over chat. This report includes information for 1:1 and group chats, but not meetings or calls. This report includes both a base and Teams Premium version, where the base version tells you which domains you communicate with and the premium version exposes more detailed information about your communication with each domain. -Note that if you have an explicit allowed domains list, this report may include domains not on your allow list. It is possible for users from an allowed organization to start a group chat with users from your organization and users from other organizations allowed by them, but not allowed by you. These domains will show up in your external domain activity report. +> [!NOTE] +> +> If you have an explicit allowed domains list, this report may include domains not on your allow list. It's possible for users from an allowed organization to start a group chat with users from your organization and users from other organizations allowed by them, but not allowed by you. These domains will show up in your external domain activity report. ## View the usage report From 98f25962072755a76833c82e41a14d1c0f832828 Mon Sep 17 00:00:00 2001 From: Shawn Dyas Date: Wed, 31 Jul 2024 12:56:59 -0700 Subject: [PATCH 11/13] Revert "Izzy edits" --- .../external-domain-activity-report.md | 28 +++---------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/Teams/teams-analytics-and-reports/external-domain-activity-report.md b/Teams/teams-analytics-and-reports/external-domain-activity-report.md index 70646ad29f..64ec37dc2e 100644 --- a/Teams/teams-analytics-and-reports/external-domain-activity-report.md +++ b/Teams/teams-analytics-and-reports/external-domain-activity-report.md @@ -18,11 +18,9 @@ appliesto: --- # Microsoft Teams external domain activity report -The external domain activity report in the Microsoft Teams admin center shows you how you communicate with [trusted external organizations](/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings#specify-trusted-microsoft-365-organizations) over chat. This report includes information for 1:1 and group chats, but not meetings or calls. This report includes both a base and Teams Premium version, where the base version tells you which domains you communicate with and the premium version exposes more detailed information about your communication with each domain. +The external domain activity report in the Microsoft Teams admin center shows you the number of users in your organization that have communicated with [trusted external organizations](/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings#specify-trusted-microsoft-365-organizations) each day. This report includes information for 1:1 and group chats, but not meetings or calls. -> [!NOTE] -> -> If you have an explicit allowed domains list, this report may include domains not on your allow list. It's possible for users from an allowed organization to start a group chat with users from your organization and users from other organizations allowed by them, but not allowed by you. These domains will show up in your external domain activity report. +Note that if you have an explicit allowed domains list, this report may include domains not on your allow list. It is possible for users from an allowed organization to start a group chat with users from your organization and users from other organizations allowed by them, but not allowed by you. These domains will show up in your external domain activity report. ## View the usage report @@ -36,26 +34,8 @@ The external domain activity report in the Microsoft Teams admin center shows yo |Item |Description | |--------|-------------| -|Domain name|The domain of the trusted organization. **Premium:** Each domain can be clicked on to see domain-specific insights. | -|People in my org|The number of users that have communicated with the organization through chat during the selected time range.| -|**Premium:** Total messages| The number of messages that have been exchanged between your organization and the external domain during the selected time range.| -|**Premium:** Messages sent| The number of messages that have been sent to your organization by the external domain during the selected time range.| -|**Premium:** Messages received| The number of messages that have been sent by your organization to the external domain during the selected time range.| - -> [!NOTE] -> -> It's possible to have 0 **people in my org**. If an external domain reaches out to your organization and receives no response, we will display 0 **people in my org**. - -## Interpret the domain-specific report - -|Item |Description | -|--------|-------------| -|**Premium:** Username|The UPN of the user in your org who communicates with the external domain. | -|**Premium:** Messages sent| The number of messages that have been sent to each user by the external domain during the selected time range.| - -> [!NOTE] -> -> It's not possible at this time to expose the messages received at a per-user basis due to privacy concerns. +|Domain name|The domain of the trusted organization.| +|People in my org|The number of users that have communicated with the organization through meetings or chat during the selected time range.| ## Related topics From 88a208bfb68380c08caf26d1a8b2a534d3ee56dc Mon Sep 17 00:00:00 2001 From: Lana-Chin Date: Wed, 31 Jul 2024 13:44:37 -0700 Subject: [PATCH 12/13] Update set-up-your-team-hierarchy.md --- Teams/set-up-your-team-hierarchy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/set-up-your-team-hierarchy.md b/Teams/set-up-your-team-hierarchy.md index 8edc0c9113..bc743db46e 100644 --- a/Teams/set-up-your-team-hierarchy.md +++ b/Teams/set-up-your-team-hierarchy.md @@ -113,7 +113,7 @@ You can add bucket columns to create buckets, which are groupings into which tas By categorizing the work items one time centrally, the publishing team can preorganize the task list for all the tens, hundreds, or thousands of recipient teams that receive the task list. The recipient teams can then sort and filter their tasks by bucket to focus on the area most relevant to their work. -When you add a bucket column, note the following: +When you add a bucket column, keep the following things in mind: * The column name becomes the name of the bucket. Each bucket you specify appears in the Buckets list in the Teams apps that use the hierarchy. * We recommend that you don't include sensitive information in bucket names. At this time, publishing teams can't remove a bucket through publishing after it's created. @@ -122,7 +122,7 @@ When you add a bucket column, note the following: ### Example -Here's an example of a schema CSV file that would be created to support the hierarchy shown in the previous image. This schema contains the following: +Here's an example of a schema CSV file that would be created to support the hierarchy shown in the previous image. This schema contains the following columns: * Three required columns named `TargetName`, `ParentName`, and `TeamId` * Three attribute columns named `Store layout`, `Departments:Clothing`, and `Departments:Foods` @@ -143,8 +143,8 @@ New York Store,Northeast Zone,e2ba65f6-25e7-488b-b8f0-b8562d5de60a,Large,1,1,,, Boston Store,Northeast Zone,0454f08a-0507-437c-969a-682eb2fae7fc,Standard,1,1,,, Miami Store,Southeast Zone,619d6e4e-5f68-4b36-8e1f-16c98d7396c1,Compact,0,1,,, New Orleans Store,Southeast Zone,6be960b8-72af-4561-a343-9ac4711874eb,Compact,0,1,,, -Seattle Store,West Regional Zone,487c0d20-4e55-4dc2-8187-a24c826e0fee,Standard,1,1,,, -Los Angeles Store,West Regional Zone,204a1287-2efb-4a8a-88e0-56fbaf5a2389,Large,1,1,,, +Seattle Store,West Regional Office,487c0d20-4e55-4dc2-8187-a24c826e0fee,Standard,1,1,,, +Los Angeles Store,West Regional Office,204a1287-2efb-4a8a-88e0-56fbaf5a2389,Large,1,1,,, ``` ## Apply your hierarchy From 732d8e5b94eee5844e60f4c8cab804223f0e8a25 Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:47:13 -0700 Subject: [PATCH 13/13] Close loophole --- .github/workflows/PrFileCount.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PrFileCount.yml b/.github/workflows/PrFileCount.yml index ca7d4f243e..26761d7782 100644 --- a/.github/workflows/PrFileCount.yml +++ b/.github/workflows/PrFileCount.yml @@ -7,7 +7,7 @@ permissions: on: pull_request_target: - types: [opened, reopened, synchronize, labeled, unlabeled] + types: [opened, reopened, synchronize, labeled, unlabeled, edited] jobs: @@ -19,4 +19,4 @@ jobs: AccessToken: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +