I have a system which uses TPM + Bitlocker, with AMD Ryzen - with this as the TPM. I recently updated the BIOS, and after that, re-enabled TPM in the BIOS, and from then onwards, was prompted for my bitlocker recovery key on every boot after that.
To fix this, I cleared the TPM by:
- Launch tpm.msc as an admin.
- Right-click on TPM Management in left frame.
- Select Clear TPM.
- Shutdown + Power on the machine (Restart didn't trigger Bitlocker)
- Enter the Bitlocker recovery when prompted.
After this, Bitlocker didn't bother me anymore, but Outlook did, with the errors mentioned in this post.
I fixed this by:
- Run powershell as administrator (with the affected user)
- Running 'dsregcmd /status' will likely show "deviceauthstatus : failed. error:8007013d"
- Run 'dsregcmd /debug /leave', reboot, and then open Outlook, you'll get a login prompt, and things should be good from there.
Hopefully this helps someone.