|
|
Hi there,
I try to understand the follwing script:
Set oRoot = GetObject("LDAP://sinai.local/RootDSE") MsgBox oRoot.Get("defaultNamingContext")
doesn't work when I run it with an NT4 user account, on the command line of a NT4 computer account. The MsgBox display that the domaine is not operational.
"sinai.local" is an AD domain, having a bidirectional approval relation with the current NT4 domain.
That script succeeds if run with an AD user account, or if run with an NT4 user account on the command line of an AD computer account.
Oriane
|
|
"Oriane" <oriane[ at ]guermantes.com> a écrit dans le message de news: eU$Bi3ahHHA.1388[ at ]TK2MSFTNGP05.phx.gbl... Hi there,
I try to understand WHY the following script:
Set oRoot = GetObject("LDAP://sinai.local/RootDSE") MsgBox oRoot.Get("defaultNamingContext")
....doesn't work when I run it with an NT4 user account, on the command line of a NT4 computer account. The MsgBox display that the domain is not operational.
"sinai.local" is an AD domain, having a bidirectional approval relation with the current NT4 domain.
That script succeeds if run with an AD user account, or if run with an NT4 user account on the command line of an AD computer account.
Oriane
|
|
|