VbsEdit, the award-winning VBScript editor that dramatically reduces the time you spend writing .VBS scripts

Sample scripts


Active Directory
   OUs
       Modify the General Properties of an OU , LDAP

' Modify the General Properties of an OU


Const ADS_PROPERTY_UPDATE = 2

Set objContainer = GetObject _
    ("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com")
 
objContainer.Put "street""Building 43" & vbCrLf & "One Microsoft Way"
objContainer.Put "l""Redmond"
objContainer.Put "st""Washington"
objContainer.Put "postalCode""98053"
objContainer.Put "c""US"
objContainer.PutEx ADS_PROPERTY_UPDATE, _
    "description"Array("Sales staff")
objContainer.SetInfo



VbsEdit includes all these samples!



Download version 3.4.1
Released Friday, December 19, 2008  -   The evaluation version never expires


Home   Buy Now   HtaEdit   Support   Video   What's new ?   Awards

Copyright (C) 2001-2009 Adersoft