Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/12/2009, 16:55
javi37
 
Fecha de Ingreso: abril-2009
Mensajes: 160
Antigüedad: 15 años, 10 meses
Puntos: 3
Respuesta: deshabilitar una maquina en un dominio 2003 server

me respondo yo mismo

Dim obj As Object = GetObject("LDAP://cn=" & maquina & ",OU=ESTACIONES,OU=AR2,OU=AR1,DC=MIO,DC=ES")
obj.AccountDisabled = True
obj.SetInfo()