so it seems like that adding the Microsoft account in settings.... accounts... access work or school. Then clicking connect and entering the email address that you use with Teams seems to resolve the issue.
Error caa5009d
We keep getting the error caa5009d happen at random on some of our machines. I have not been able to tie it down to one specific cause. 1 instance is the user changed their email password, and then the next time teams loaded the error happened. For information we have a separate active directory infrastructure, from where our Office 365/Teams is running. There are no links from the domain that the machines use to Azure AD on the Office 365 tennet. I have logs from machines that’s its happened on. It can be fixed by deleting the user profile in some instances, others deleting the teams folder from the user profile, and the re-loading it has worked. Other times that has failed and a new profile is required. If anyone can help with this error that would be great! Thanks! Richard
Microsoft Teams | Microsoft Teams for business | Other
10 additional answers
Sort by: Most helpful
-
Ross Tracy 0 Reputation points
2024-06-25T18:42:36.9833333+00:00 Just in case anyone comes here looking, here is how I solved it.
Download both the Desktop App Installer and Teams Installer and save them to a location:
Update Desktop App Installer
Download the installer for the latest version of App Installer
Download Teams Installer
https://www.microsoft.com/en-us/microsoft-teams/download-app
Once you do that run the following powershell script as an admin to update the Desktop App Installer and install Teams
#update the app installer: Add-AppProvisionedPackage -Online -PackagePath "\\PathTo\Installer\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -SkipLicense #Install the Teams for Work Add-AppProvisionedPackage -Online -PackagePath "\\PathTo\Installer\MSTeams-x64.msix" -SkipLicense
-
Lisa F 0 Reputation points
2024-08-06T16:44:03.0733333+00:00 I turned off the Windows firewall and stopped getting this message