There are times where you need to troubleshoot the Microsoft Teams client issues such as app crashing, poor call quality, new features not working as expected, etc.
When you get any of such issues, you will need to collect the team’s client logs to investigate further and if possible, you likely need to share the logs with the Microsoft support engineer for further help.
There are different logs in Teams client that help you to troubleshoot the issue. The following are the important set of logs.
- Debug logs
- Media logs
- Desktop logs
- Event viewer
As the teams client installed in the user profile (%appdata%), the log collection needs to be done from the user profile. so you need to request user and assist them to get these logs.
These common logs located in different folders under the user profile and guiding the user for these logs would take longer and sometimes get annoyed.
Except for Debug logs, all other logs are readily available for remote collection.
Debug logs is something that needs user intervention (not possible remotely) and the user needs to press shortcut Ctrl + Alt + Shift + 1 to generate the debug logs.
For more information about the log files and troubleshooting Teams client, please refer https://docs.microsoft.com/en-us/microsoftteams/log-files
From this article, we know the location of the Teams log files, we can make use of Microsoft Endpoint Manager Configuration Manager scripts feature to collect the client logs for troubleshooting the teams issue remotely.
The scripts feature simplify building custom tools to administer software and let you accomplish mundane tasks quickly, allowing you to get large jobs done more easily and more consistently. For more information about PowerShell scripts from Configuration Manager Admin console, please refer here
This script can be used manually or remotely using Configuration Manager.
What does this script do?
1. The script check if the user logged into the machine or not, if yes, then collect the media logs, desktop logs,debug logs and event viewer from the locations and store it in C:\Temp\Teamslog
2.If no user logged into the machine , the script does nothing.
3. Once the logs are collected and store it on the share drive, the temp logs from local drive C:\temp\teamslog will be removed.
What is required to run the script?
1. You will need to provide the log share name to store the logs. The logs are zip and store it with username-timestamp.zip.
2. You will need notify user to use the shortcut Ctrl + Alt + Shift + 1 to generate debug logs. Once this is done, the script will look for the debug logs and collect it.
3. If user don’t run the Ctrl + Alt + Shift + 1, the script will not collect the debug logs but collect other logs if available.
Once you have filled in the log share, you can use take this script and use it in Configuration Manager scripts and run it on device where user logged for the log collection.
The script is uploaded to github, you can download it from here.
For teams client troubleshooting, please refer https://docs.microsoft.com/en-us/MicrosoftTeams/troubleshoot/teams-welcome
4 Comments
Pingback: teams logs for troubleshooting all - logindataworld
Pingback: collect teams logs - trustrose.com
Pingback: get teams debug logs - infobuffer.net
Pingback: how to get teams logs - infoslist.com