I have a user in my demo AD that I cannot delete. I am getting an error that it does not exist. Despise seeing it right there in the AD. Errors attached. Any ideas?

I have a user in my demo AD that I cannot delete. I am getting an error that it does not exist. Despise seeing it right there in the AD. Errors attached. Any ideas?

Hello @IanLindsay-760
I would suggest you to please check this user properties and un tick prevent accident deletion.
Also , Please try to remove using below powershell command.
Remove-ADUser MyUser -recursive -Confirm:$false
If you still can not delete please try to remove from ADSI.
If the reply was helpful, please don’t forget to upvote or accept as answer.
Accidental deletion is not checked. Did try to delete with ADSI edit, that was the 2nd error posted. And PS fails too:
Remove-ADUser : The specified account does not exist
At line:1 char:1
+ Remove-ADUser -Identity "CN=Fred Schnitzer,OU=Antarctica,OU=Lindsay,O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (CN=Fred Schnitz...ancorp,DC=local:ADUser) [Remove-ADUser], ADException
+ FullyQualifiedErrorId : ActiveDirectoryServer:1317,Microsoft.ActiveDirectory.Management.Commands.RemoveADUser
In ADSI edit I did notice that the account does not have a SID.
7 people are following this question.