VMware Horizon Community
Sunil0355
Contributor
Contributor
Jump to solution

MS Teams Profile is not saving in DEM 2103. DEM Teams - MFA - login every time

We have been using the per-machine installer version of Teams and DEM to capture the settings. However we have never successfully been able to capture the user logins so the user has to log in each time they open a new non-persistent session.


Please understand Our current running environment and share the MS Teams DEM configuration setting.
1. Horizon connection 2103, DEM 2103
2. Some users use Mail O365 and some users use Mail Exchange.
3. MS Teams is object based sync with Azure.
4. Automatic Instance Clone Floating Pool non-persistent are using
5. Allow Reuse of Existing Computer Accounts – Enable check box
6. MS Teams Installation details

reg add "HKLM\SOFTWARE\Microsoft\Teams" /v IsWVDEnvironment /t REG_DWORD /d 1 /f

msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1 ALLUSERS=1

For Example(msiexec /i C:\Users\Administrator\Downloads\Teams_windows_x64.msi /l*v Team_log.txt ALLUSER=1 ALLUSERS=1)

 

 

Current DEM settings are as follows ( we do not use DirectFlex):

[IncludeRegistryTrees]
HKCU\Software\Microsoft\Office\Teams

[IncludeFolderTrees]
<AppData>\Microsoft\Teams
<AppData>\Teams

[ExcludeFolderTrees]
<AppData>\Microsoft\Teams\Cache
<AppData>\Microsoft\Teams\Code Cache
<AppData>\Microsoft\Teams\GPUCache
<AppData>\Microsoft\Teams\Service Worker\CacheStorage

[ExcludeFiles]
old_logs_*.txt
logs.txt

0 Kudos
1 Solution

Accepted Solutions
TomH201110141
Enthusiast
Enthusiast
Jump to solution

Have a look in this thread, someone else had this problem too: 

https://communities.vmware.com/t5/Dynamic-Environment-Manager/DEM-Teams-MFA-login-every-time/m-p/231...

 

 

 Best regards, Tom

View solution in original post

2 Replies
TomH201110141
Enthusiast
Enthusiast
Jump to solution

Have a look in this thread, someone else had this problem too: 

https://communities.vmware.com/t5/Dynamic-Environment-Manager/DEM-Teams-MFA-login-every-time/m-p/231...

 

 

 Best regards, Tom

Sunil0355
Contributor
Contributor
Jump to solution

Thanks for support

0 Kudos