Forum Discussion
Juleulven
Dec 05, 2019Copper Contributor
WVD W10 w/Office365 PP & Outlook Signin issues
Hello We have deployed an Win10 Image from Azure w/Office365 & Installed FXLogics. users signin, get a VHD from fileserver and all looks good. Open Outlook and signin and create profile. user...
benjamink9
Mar 03, 2020Copper Contributor
Juleulven I had the same issue in our environment. I set up a powershell script to run at every log on to activate the AADBroker plugin.
to verify that it is (not) installed, run this in powershell: Get-AppxPackage Microsoft.AAD.BrokerPlugin
to turn on the plug in, run this in powershell: Add-AppxPackage -Register "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode
i have a startup powershell script that runs that upon every login. we will see if it fixes it. hopefully microsoft comes out with an update soon, seems like this is affecting a lot of users.