Hello,
What profile solution are we using here? [ DEM Or app volume profile wrtiable disk] ? Steps vary based on profile solutions.
Ideally, for a successful O365 deployment on non persistent VDI we need to have following pre-requisites:
=======================
On parent VM:
=======================
* On reg path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration add below reg keys:
REG_SZ: AutoActivate
Value: 1
REG_SZ: SharedComputerLicensing
Value: 1
* SCL[ Shared Computer Licensing ] by default places the token files on licensing folder under user local appdata will contain these two files. It is important to carry these files on to your next non persistent desktop.
* You can redirect redirect the SCL Token Cache to custom directory as well by using the following reg keys: [ Optional ] if you are already using roaming profiles and if this licensing folder is part of roaming then you ignore this step.
REG_SZ: sclcacheoverride
Value: 1
REG_SZ: sclcacheoverridedirectory
Value: <path of where you want to store the token license> example: %userprofile%\appdata\
=======================
On GPO:
=======================
* Create a batch file with below contents and use this batch file on logon scripts, [ This is to disable Modern Auth ]
cmd.exe /c reg add "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity" /v "DisableADALatopWAMOverride" /d "1" /f /t REG_DWORD
If you are using DEM then you may use the below config file:
[IncludeRegistryTrees]
HKCU\Software\Microsoft\Office\16.0\Common
HKCU\Software\Microsoft\Office\16.0\FirstRun
HKCU\Software\Microsoft\Office\16.0\Registration
HKCU\Software\Microsoft\Office\16.0\User Settings
HKCU\Software\Microsoft\Office\Common
HKCU\Software\Microsoft\Shared Tools\Proofing Tools
HKCU\Software\Microsoft\VBA
HKCU\Software\Microsoft\Internet Explorer\IntelliForms
[ExcludeRegistryTrees]
HKCU\Software\Microsoft\Office\Common\ClientTelemetry
HKCU\Software\Microsoft\Office\16.0\Common\Identity\DocToIdMapping
HKCU\Software\Microsoft\Office\16.0\Common\Identity\Identities
HKCU\Software\Microsoft\Office\16.0\Common\Identity\IdToAuthorityUrlMapping
HKCU\Software\Microsoft\Office\16.0\Common\Identity\Profiles
[IncludeFolderTrees]
<AppData>\Microsoft\AddIns
<AppData>\Microsoft\Bibliography
<AppData>\Microsoft\Office
<AppData>\Microsoft\Proof
<AppData>\Microsoft\Spelling
<AppData>\Microsoft\UProof
<AppData>\Microsoft\Templates
<AppData>\Microsoft\Credentials
<LocalAppData>\Microsoft\Credentials
<LocalAppData>Microsoft\Office\16.0\Licensing