Miscellaneous topics that do not fit into specific categories.
Hi Giancarlo, welcome in community
first step:
Press WIN + X and open terminal as admin, then type
if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin))
{ Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -
DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin
then re-try, if without success -->
second step:
- Press
Windows + R, typecontrol, and press Enter - Navigate to User Accounts > Credential Manager
- Remove any credentials related to your Microsoft account
re-try again, if without success -->
third step:
Delete temporary files of Outlook:
- Go to
C:\Users\<YourUsername>\AppData\Local\Microsoft - Delete contents of the
IdentityCacheandOneAuthfolders
re-try and let me know
Elvis