September 4th, 2002, 12:25 AM
|
#2 (permalink)
|
| addicted
Join Date: Oct 2001 Location: Ohio
Posts: 6,103
|
I haven't done that but part of the solution would be to use the NETDOM tool (MS Resource kit) Quote:
you can remove a computer from the command line using the Resource Kit utility NETDOM
netdom /Domain:<domain> MEMBER <machine name> /delete
e.g. netdom /Domain:savilltech MEMBER kevinpc /delete
You can use this command from any machine workstation or server as long as you are logged on as an administrator. When you enter the command it will find the PDC and delete, the output is as follows:
Searching PDC for domain SAVILLTECH ...
Found PDC \\PDC
Member \\KEVINPC successfully deleted.
| |
| |