Hello,
How do I sepcify a physical server in place of rootdes??
If I replace Set rootdse = GetObject("LDAP://rootdse") with Set rootdse = GetObject("LDAP://CN=SERVERNAME,OU=Domain Controllers,DC=XXX,DC=XXX,DC=XXX,DC=com")
I get an error on
domainContainer =...
Hi, I am trying to write a script that runs 1 programs and upon completion runs another program. Here is what I have so far. I would prefer to not use wscript.sleep if at all possible.
**********************************************************
Dim oShell, oEnv
set oShell=...
Hello, I am trying to write to the Terminalservicesprofilepath attribute in AD but I continue to get the "property not found in the the directory cache" eror. Can someone help? Hee is my code snippet:
adsuserprofile =templuser.GetEx("TerminalServicesProfilepath")...
Hello, I am trying to create a script that enumerates group membership of one user (stemplateUsr) and adds another user (strUserDN) to those groups.
Here is the pertinent code from my script:
************************************************************
Set adsNameTranslate =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.