简体   繁体   English

如何通过 PowerShell 获取 Microsoft Teams 使用报告

[英]How to get Microsoft Teams usage-report via PowerShell

I want to get the same Microsoft Teams user activity report which I can export from the Teams admin center via a PowerShell script.我想获得相同的 Microsoft Teams 用户活动报告,我可以通过 PowerShell 脚本从 Teams 管理中心导出该报告。 Teams user activity report团队用户活动报告

In the Microsoft documentation ( https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-overview ) I cannot find what I actually need.在 Microsoft 文档( https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-overview )中,我找不到我真正需要的东西。 Is there a way to get Call and Chat report information from Office 365?有没有办法从 Office 365 获取通话和聊天报告信息?

You can get the teams user activity by graph calling method.您可以通过图形调用方法获取团队用户活动。 Please find below 2 links.请在下面找到 2 个链接。

Below Graph Api provides - user activity report.下图 Api 提供 - 用户活动报告。 https://docs.microsoft.com/en-us/graph/api/resources/microsoft-teams-user-activity-reports?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/api/resources/microsoft-teams-user-activity-reports?view=graph-rest-1.0

Below Graph Api provides - Report Refresh Date, Report Date, Team Chat Messages, Private Chat Messages, Calls, Meetings, Report Period Below Api will provide https://docs.microsoft.com/en-us/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0 Below Graph Api provides - Report Refresh Date, Report Date, Team Chat Messages, Private Chat Messages, Calls, Meetings, Report Period Below Api will provide https://docs.microsoft.com/en-us/graph/api/reportroot- getteamsuseractivitycounts?view=graph-rest-1.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用于获取 Microsoft Teams 使用情况报告的 PowerShell cmdlet 不起作用,为什么? - PowerShell cmdlets to get Microsoft Teams usage report are not working, why? 如何使用Powershell在Microsoft Azure中获取存储帐户的使用情况 - How to get the usage for an storage account in Microsoft azure using powershell 如何从通过 powershell 从 Teams 导出的 csv 文件中获取 samAccountName - How to get the samAccountName from a csv file exported from Teams via powershell PowerShell Microsoft Teams:获取团队的“GroupID”并将其分配给变量 - PowerShell Microsoft Teams: Get a Team's "GroupID" & assign it to a variable Powershell磁盘使用情况报告 - Powershell Disk Usage Report Grant-CsTeamsAppPermissionPolicy 在微软团队中不起作用 powershell - Grant-CsTeamsAppPermissionPolicy not working in microsoft teams powershell Powershell 检索所有 Microsoft Teams 应用程序的方法 - Powershell method to retrieve ALL Microsoft Teams Apps 如何使用 C# 访问微软团队,使用 C# 执行团队命令并获取结果数据 - How to access microsoft teams with C#, execute teams commands and get result data with C# 如果出错,请跳到 Powershell 中的下一步(Microsoft Teams) - If error, skip to next in Powershell (Microsoft Teams) C# 和 Microsoft Teams PowerShell 模块 3.1.0 - C# and Microsoft Teams PowerShell Module 3.1.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM