Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The EventViewer provides further useful hints when it comes to Store Installation/Update issues. These are the following entries underneath of \Application and Services Logs\Microsoft\Windows\Appx*


AADSTS50158

This error code can mean a lot. Please execute the following powershell code to identify if the error is related to an outdated Microsoft AAD Broker Plugin

Get-AppxPackage | Where { $_.Name -eq 'Microsoft.AAD.BrokerPlugin' }