Reply to Message

View discussion in a popup

Replying to:
GTO455
Enthusiast
Enthusiast

Hello,

Thanks!

Since I made this post, I removed or "retired" the Teams config in DEM and haven't seen any issues, and in fact, recovered quite a bit of disk space.

We don't allow our users to install apps, so I have Teams installed on the master image and used the per machine installation (msiexec /i <path-to-teams-msi> OPTIONS="noAutoStart=True" ALLUSER=1 ALLUSERS=1)

You might want to try adding the following registry entries into your master image to stop the reoccurring login issues. I got these settings from someone on this site and since I added them, users don't have to log into Teams every time they start a VDI session anymore.

Add the following keys to block the reoccurring MDM enrollment.

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin\autoWorkplaceJoin=dword:00000000

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin\BlockAADWorkplaceJoin=dword:00000001