Hi everybody,
I´m trying to use "setpassword" from the intranet, but i have problems to find the correct adress to get connected to the active directory
' ---------------------------------------------------------'
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("DefaultNamingContext")
strContainer = "OU=Corporativo, "
strPassword = "q12345"
strContainer = strContainer & strDNSDomain
set objOU =GetObject("LDAP://" & strContainer )
' ---------------------------------------------------------'
'8007200a' this is the error in the last line
Thank you!
I´m trying to use "setpassword" from the intranet, but i have problems to find the correct adress to get connected to the active directory
' ---------------------------------------------------------'
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("DefaultNamingContext")
strContainer = "OU=Corporativo, "
strPassword = "q12345"
strContainer = strContainer & strDNSDomain
set objOU =GetObject("LDAP://" & strContainer )
' ---------------------------------------------------------'
'8007200a' this is the error in the last line
Thank you!