Forum Discussion
PaulSinnema
Sep 16, 2022Copper Contributor
Authentication of office applications fails continuously
I agree although sad that authentication and security are necessary always these days. The implementation Microsoft uses is however very annoying to say the least. On a daily basis I have to enter cr...
Sep 20, 2022
PaulSinnema sometimes cleaning credentials from credential manager wont clean from the user profile folder , please use the below command to clean the identity cache and try again
@echo off
echo This script clears your identity cache/login state
echo Press CTRL+C to cancel or...
pause
rmdir /s /q %USERPROFILE%\AppData\Local\Microsoft\IdentityCache
echo Complete, please sign out, then sign in and try the step again.
pause