MSTeamsChatExporter icon indicating copy to clipboard operation
MSTeamsChatExporter copied to clipboard

Code that helps an end-user export their Microsoft Teams Chat History to HTML

Results 7 MSTeamsChatExporter issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/telstrapurple/MSTeamsChatExporter/assets/54054761/1975709e-b16e-45f6-b89f-899b0dfff350) We are trying to execute the command and getting below error, we have created Azure AD app with User.Read, Chat.Read and User.ReadBasic.All delegated permissions. Also it gives URL to...

The tool works great! I was able to download my 1on1 chats, group chats, and all meeting chats. If I only wanted to get the 1on1 chats, is there a...

When attempting to authenticate to the app, you receive the following error: AADSTS7000218: The request body must contain the following parameter: ‘client_assertion’ or ‘client_secret’ The fix is to enable "Allow...

Currently the final .html files include all images as inline base64 data. The problem is, profile photos are typically repeated many times within a chat, and the **data is duplicated**...

Not all organizations are interested to create app registration on company level that single user user can use this tool. This pull requests sets defaults on same way than [CLI...

Hi, thanks for the tool. You could adopt ForEach-ObjectFast from powershell.one to improve performance: https://powershell.one/tricks/performance/pipeline https://github.com/PowerShell/PowerShell/issues/10982

Being able to download file attachments from chats would be a great addition