Forum Discussion
DAsnow
Nov 21, 2019Copper Contributor
Outlook login issues with WVD - FSLogix
Having an issue where user of WVD Windows 10 Multi-session have issues moving between hosts. Essentially first login on a host is fine, when the user moves to a new host outlook eventually says "need...
- Nov 22, 2019
DAsnow this scenario isn't ringing a bell in terms of a common scenario, probably best to contact support on this.
Tom_A_MSFT
Microsoft
Feb 13, 2020DAsnow can you try to manually register the AADBroker plug in on the user session that is experiencing this issue?
From Powershell, first verify if it's installed:
Get-AppxPackage Microsoft.AAD.BrokerPlugin
I would it expect that the ADDBrokerPlugin isn't installed, if so, try to manually register the app:
Add-AppxPackage -Register "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode
benjamink9
Feb 28, 2020Copper Contributor
Tom_A_MSFT i was having the same problem as others on this thread, and manually registering the aadbrokerplugin per your recommendation fixed the issue. thanks.
- benjamink9Feb 28, 2020Copper Contributor
Tom_A_MSFT activating the aad brokerplugin in a user session doesn't appear to persist. i logged out and back in and i'm back to the same problem i had before.