All,
Background: I am using SME as a Windows domain controller for a long time. I had a hardware failure on one of the Windows computers, and the harddisk was entirely lost.
Issue: machine accounts are automatically created on the SME server for each Windows computer that joins the domain. Normally these machine accounts are deleted if the Windows computer leaves the domain at a later point. In this case the Windows computer cannot leave the domain anymore because the Windows system was irreversibly lost.
Users can be shown on the console by
db accounts show
This command also lists machine accounts.
Users can be manually deleted on the console by
signal-event user-delete <username>
db accounts delete <username>
Question: what commands should I use on the console to delete the orphaned machine account? Is it
signal-event user-delete <machinename$>
db accounts delete <machinename$>
Thanks a lot,
turandot