All Forums >> [Scripting] >> Post a VBScript >> LDIFDE GUI Wrapper Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I wrote this HTA to add a visual interface to a great utility that has a complex syntax usage. This HTA will allow visual selection of all available switches as well as automatically enumerate DN's from Active Directory to populate the paths along with the associated attributes tied to the enumerated classes. You can launch the utility with the selections you've made or simply use it to generate syntax to use for scripting ldifde elsewhere.
Very nice although there appears to be an error on line 137. It should be Set objDSE = GetObject("LDAP://rootDSE") but there seems be a bit of HTML code mixed up there pointing to this very site!
Nice catch! I didn't notice that the code changed to that after I posted it. That's kinda cool actually, I've never seen posted code for a GetObject bind to RootDSE do that when the code is posted in a forum.