Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: swlymer
  • Content: Threads
  • Order by date
  1. swlymer

    Specifying a server in place of ROOTDSE

    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 =...
  2. swlymer

    Run 2 programs in succession in a script

    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=...
  3. swlymer

    Terminal Server Profile Path

    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")...
  4. swlymer

    AD Group membership help

    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 =...

Part and Inventory Search

Back
Top