Updates from: 08/24/2024 01:07:06
Category Microsoft Docs article Related commit history on GitHub Change details
enterprise Manage Microsoft 365 With Windows Powershell For Delegated Access Permissions Dap P https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/manage-microsoft-365-with-windows-powershell-for-delegated-access-permissions-dap-p.md
The following articles show how Syndication and CSP partners use PowerShell to a
- [Add a domain to a client tenancy with Windows PowerShell for Delegated Access Permission (DAP) partners](add-a-domain-to-a-client-tenancy-with-windows-powershell-for-delegated-access-pe.md) -- [Retrieve customer tenant reporting data with Windows PowerShell for Delegated Access Permissions (DAP) partners](retrieve-customer-tenant-reporting-data-with-windows-powershell-for-delegated-ac.md)- - [Connect to Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell)
enterprise Retrieve Customer Tenant Reporting Data With Windows Powershell For Delegated Ac https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/retrieve-customer-tenant-reporting-data-with-windows-powershell-for-delegated-ac.md
- Title: "Retrieve customer tenant reporting data with Windows PowerShell for DAP partners"--- Previously updated : 08/10/2020----- MET150--- scotvorg-- Ent_O365-- NOCSH-
-description: "Summary: Use remote Windows PowerShell for Microsoft Exchange Online to retrieve reports from individual customer tenants."
--
-# Retrieve customer tenant reporting data with Windows PowerShell for Delegated Access Permissions (DAP) partners
-
-*This article applies to both Microsoft 365 Enterprise and Office 365 Enterprise.*
-
-Use remote Windows PowerShell for Microsoft Exchange Online to retrieve reports from individual customer tenants.
-
-Syndication and Cloud Solution Provider (CSP) partners can access the data that makes up customer tenant reports directly via remote Windows PowerShell for Exchange Online PowerShell. This method lets partners collect and save the reporting data and then perform other operations on it. After you open a remote connection, retrieving reporting data about a customer tenancy is identical to running any cmdlet against a customer tenancy.
-
-This article describes how you can use remote Windows PowerShell for Exchange Online to connect to a single customer tenancy and retrieve a report. By default, Windows PowerShell doesn't support aggregating reporting data from multiple customer tenancies. The reports you retrieve with this procedure are only for the _DelegatedOrg_ that you connect to.
-
-## Before you begin
--- Connect to your Exchange Online tenant by using remote Windows PowerShell. For instructions, see [Connect to Exchange Online tenants with remote Windows PowerShell for Delegated Access Permissions (DAP) partners](/powershell/exchange/connect-to-exchange-online-powershell)-
-## Run the Get-StaleMailboxReport sample
-
-After you have opened a remote session to Exchange Online, run the following command to retrieve the **Get-StaleMailboxReport** for the date range 03/25/2015 through 03/31/2015.
-
-```powershell
-Get-StaleMailboxReport -StartDate 03/25/2015 -EndDate 03/31/2015
-```
-
-There are many other reporting cmdlets available for Exchange Online, Lync Online, SharePoint, and other services for message tracing that you can use. To learn more about the available reporting cmdlets, see the articles listed in the following section.
-
-## See also
-
-[Office 365 Reporting web service](/previous-versions/office/developer/o365-enterprise-developers/jj984325(v=office.15))
-
-[Reporting cmdlets in Exchange Online](/powershell/module/exchange/get-csclientdevicedetailreport)
-
-[Help for partners](https://go.microsoft.com/fwlink/p/?LinkID=533477)
frontline Deploy Dynamic Teams At Scale https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/frontline/deploy-dynamic-teams-at-scale.md
Title: Deploy frontline dynamic teams at scale
-+ audience: admin
appliesto: - Microsoft Teams - Microsoft 365 for frontline workers Previously updated : 06/27/2024 Last updated : 08/23/2024
Check out this [Microsoft Mechanics video](https://www.youtube.com/watch?v=gdkTn
> [!NOTE] > If you would like to provide feedback and improve this feature, please fill out [this form](https://forms.microsoft.com/r/DWaJXA6Dax).
-## Prerequisites
+## Before you begin
-> [!IMPORTANT]
-> The admin running the deployment process must be a Global admin.
+### Prerequisites
- Users must have a Microsoft 365 F3, F1, E3, or E5 license. If a user doesn't have one of these licenses, they need a Microsoft Entra ID P1 add-on license to use dynamic teams. [Learn more about frontline licensing](flw-licensing-options.md). - Ensure you can define your frontline workers and their work locations through data available in Microsoft Entra ID. If you don't have this data in Microsoft Entra ID, you can sync it through a [human capital management (HCM) connector](/azure/active-directory/app-provisioning/plan-cloud-hr-provision) or [use the PowerShell solution](deploy-teams-at-scale.md) to create static teams at scale.-- If you want to enable [targeted communications](set-up-targeted-communications.md) (Preview), ensure you can map the attributes of your frontline workers through data available in Microsoft Entra ID. If user profile information doesnΓÇÖt yet include job title or department, you can add it. [Learn more about how to add or update a userΓÇÖs profile information in Microsoft Entra ID](/entra/fundamentals/how-to-manage-user-profile-info).
+- If you want to enable [targeted communications](set-up-targeted-communications.md) (Preview), ensure you can map the attributes of your frontline workers through data available in Microsoft Entra ID. If user profile information doesnΓÇÖt yet include job title or department, you can add it. [Learn more about how to add or update a userΓÇÖs profile information in Microsoft Entra ID](/entra/fundamentals/how-to-manage-user-profile-info).
+
+### Admin role to run the deployment
+
+To complete the steps in this article, you must be a Global Administrator or a Teams Administrator who is assigned a custom role (as described in this section) in Microsoft Entra ID with specific permissions.
+
+> [!IMPORTANT]
+> Microsoft recommends that you use roles with the fewest permissions. This helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use a less-privileged role.
+
+To give Teams Administrators the ability to complete setup and deploy frontline dynamic teams, follow these steps to create the custom role and assign it to Teams Administrators.
+
+#### Create the custom role
+
+1. Sign in to the Microsoft Entra admin center as at least a [Privileged Role Administrator](/entra/identity/role-based-access-control/permissions-reference#privileged-role-administrator).
+1. Go to the [Roles and administrators](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/RolesManagementMenuBlade/~/AllRoles) page, and then select **New custom role**.
+1. On the **Basics** tab:
+ 1. Provide a name for the role. Optionally, enter a description.
+ 1. Make sure **Baseline permissions** is set to **Start from scratch** (the default setting).
+1. On the **Permissions** tab, select the following permissions:
+ - **microsoft.directory/groups/create**
+ - **microsoft.directory/groups/dynamicMembershipRule/update**
+ - **microsoft.directory/servicePrincipals/create**
+1. On the **Review + create** tab, review the role definition, and then choose **Create**.
+
+ :::image type="content" source="media/dtas-custom-role.png" alt-text="Screenshot of the Review + create tab for reviewing the role definition of the new custom role." lightbox="media/dtas-custom-role.png":::
+
+#### Assign the custom role
+
+1. Sign in to the Microsoft Entra admin center as at least a [Privileged Role Administrator](/entra/identity/role-based-access-control/permissions-reference#privileged-role-administrator).
+1. Go to the [Roles and administrators](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/RolesManagementMenuBlade/~/AllRoles) page, and then select the name of the new custom role you created.
+1. Choose **Add assignments**.
+1. Under **Select member(s)**, choose **No member selected**.
-When evaluating the right solution for your organization, we recommend you do the following:
+ :::image type="content" source="media/dtas-custom-role-members.png" alt-text="Screenshot of the No member selected option.":::
+1. Select the Teams Administrators to which you want to assign the custom role. Choose **Next**.
+1. On the **Setting** tab, set **Assignment type** as **Active**.
- 1. Plan your frontline deployment.
- 1. Test the deploy tools—dynamic team creation (the process described in this article) or static team creation (using the [PowerShell solution](deploy-teams-at-scale.md)). Keep in mind that static teams aren't managed automatically.
- 1. Deploy to a pilot location.
- 1. Deploy to a broader set of locations using a phased approach.
+ :::image type="content" source="media/dtas-custom-role-assignment-type.png" alt-text="Screenshot of the Setting tab, showing assignment type and justification.":::
+1. Provide a justification, and then choose **Assign**.
## Set up your frontline dynamic teams
frontline Frontline Team Options https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/frontline/frontline-team-options.md
-+ audience: admin search.appverid: MET150
appliesto: - Microsoft Teams - Microsoft 365 for frontline workers Previously updated : 03/22/2024 Last updated : 08/23/2024 # How to find the best frontline team solution for your organization
Frontline teams are a collection of people, content, and tools within an organiz
### Licensing
-For dynamic groups, users need one of the following licenses: Microsoft 365 F1, F3, E3, or E5. If a user doesn't have one of these licenses, they'll need a Microsoft Entra ID P1 add-on license to leverage dynamic teams. [Learn more about frontline licensing](flw-licensing-options.md).
+For dynamic groups, users need one of the following licenses: Microsoft 365 F1, F3, E3, or E5. If a user doesn't have one of these licenses, they'll need a Microsoft Entra ID P1 add-on license to use dynamic teams. [Learn more about frontline licensing](flw-licensing-options.md).
### Key considerations
For dynamic groups, users need one of the following licenses: Microsoft 365 F1,
## When should I choose dynamic teams?
-Dynamic teams ensure your team membership is always up to date based on attributes you define in Microsoft Entra ID. As frontline employees onboard, offboard, or change locations, team membership will reflect the updates from Microsoft Entra ID.
+Dynamic teams ensure your team membership is always up to date based on attributes you define in Microsoft Entra ID. As frontline employees onboard, offboard, or change locations, team membership reflects the updates from Microsoft Entra ID.
You should use dynamic frontline teams if:
You should use static teams if:
- Your users don't have the [required license](#licensing) for dynamic teams. [Learn more about deploying static frontline teams with PowerShell](deploy-teams-at-scale.md).+
+## Frontline team deployment best practices
+
+When evaluating the right solution for your organization, we recommend you do the following:
+
+ 1. Plan your frontline deployment.
+ 1. Test the deploy tools—[dynamic team creation in the Teams admin center](deploy-dynamic-teams-at-scale.md) or [static team creation using the PowerShell solution](deploy-teams-at-scale.md). Keep in mind that static teams aren't managed automatically.
+ 1. Deploy to a pilot location.
+ 1. Deploy to a broader set of locations using a phased approach.
syntex Autofill Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/autofill-overview.md
- enabler-strategic - m365initiative-syntex ms.localizationpriority: medium- description: Learn about the autofill columns service in Microsoft Syntex.
syntex Syntex Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/syntex-overview.md
Previously updated : 03/25/2024 Last updated : 08/23/2024 audience: admin
Autofill columns automatically extract, summarize, or generate content from file
[Learn more about Microsoft 365 Archive (Preview).](archive/archive-overview.md)
-### Microsoft 365 Backup (Preview)
+### Microsoft 365 Backup
:::row::: :::column span="3":::