Unjoin and Rejoin Domain without using WMI

  • Thread starter Thread starter Manoj Nair
  • Start date Start date
M

Manoj Nair

Hi,
Are there any methods by which we can add and remove a terminal from a
Domain or a workgroup without using WMI.
thanks
Manoj
 
Manoj Nair said:
Hi,
Are there any methods by which we can add and remove a terminal from a
Domain or a workgroup without using WMI.
thanks
Manoj

The commanline is your friend.

net computer \\ComputerName {/add | /del}



Willy.
 
Back
Top