25,081 questions
Did you try this Powershell command?
Remove-LocalUser -Name "AzureAD\username"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Like in topic: no admin right!
Remove AzureAD user account from computer. net user "AzureAD/******@xxx.xxx" /delete not working. I know - I can do this via registry, but simple way is to know something in one command.
Why? Because users without admin right have list users with admin right on asking window - it's occur when laptop change owner or last name was wrong.
Did you try this Powershell command?
Remove-LocalUser -Name "AzureAD\username"