Hi @Eli
Thank you for your question and reaching out.
I can completely understand That,
You can check this
Get-ItemProperty -Path "C:\Users*\AppData\Local\Packages" | ForEach-Object {
Remove-Item -Path "$_\Microsoft.AAD.BrokerPlugin*" -Recurse -Force | Out-Null
}
Or
Nevigate
%USERPROFILE% > AppData > Local > Packages
After logging in as a local admin, delete or rename the user's folder that starts with "Microsoft.AAD.BrokerPlugin_"
Once you log back in as the user, the connected account should be gone.
And see if it helps,
Thank you
--
--If the reply is helpful, please Upvote and Accept as answer--