Forum Discussion
TreyContello
Jun 17, 2024Copper Contributor
"New Teams" in Windows 2019 RDSH environment with FSLogix profiles
Recently Microsoft released FSLogix hotfix 4 to address critical issues with "New Teams" in RDSH environments. This was super important to those of us that are affected by the upcoming June 30th de...
Fernando_Klurfan
Microsoft
Jun 20, 2024When Teams cannot be started by the user,
Do you see anything on the event viewer?
https://learn.microsoft.com/en-us/microsoftteams/new-teams-vdi-requirements-deploy#troubleshooting-new-teams-deployment-errors
Also, can you run these and attach outputs:
> Get-AppxPackage -name MsTeams (from a PowerShell command under the user’s context, not as Admin. If output empty=Problem)
> Get-AppxPackage -name MsTeams –allusers (from an elevated PowerShell command, and compare with the previous command)
Do you see anything on the event viewer?
https://learn.microsoft.com/en-us/microsoftteams/new-teams-vdi-requirements-deploy#troubleshooting-new-teams-deployment-errors
Also, can you run these and attach outputs:
> Get-AppxPackage -name MsTeams (from a PowerShell command under the user’s context, not as Admin. If output empty=Problem)
> Get-AppxPackage -name MsTeams –allusers (from an elevated PowerShell command, and compare with the previous command)
TreyContello
Jun 20, 2024Copper Contributor
We are gathering this info and will post is as soon as we have it.