Contact Info

Crumbtrail

ActiveXperts.com » Administration » Scripts » Adsi

Move a Group Within a Domain in Windows

You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.

Move a Group Within a Domain in Windows using VBScript, WMI and LDAP

Example(s)

Set objOU = GetObject("LDAP://cn=Users,dc=NA,dc=fabrikam,dc=com")

objOU.MoveHere "LDAP://cn=atl-users,ou=HR,dc=NA,dc=fabrikam,dc=com", _
    vbNullString