This should be pretty basic, but I wanted to see if anyone else had any suggestions.

Microsoft creates a support account when installing Windows 2003. We delete that account as part of the server build steps. I'd like to script the deletion. We don't use AD since most of our servers go into DMZ's and are not domain members.

Deleting an account is easy. However, the account name suggests (and I haven't looked enough times to confirm) that the name is partly a random string. I'm wondering if it has a consistent portion of the SID (like the administrator account) that would allow for easy identification. Or maybe there is a better approach altogether.

Any suggestions?

Thanks,

NMM