Contact Info

Crumbtrail

ActiveXperts.com » Administration » Scripts » Adsi

Delete a Group from Active Directory 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.

Delete a Group from Active Directory in Windows using VBScript, WMI and LDAP

Example(s)

Set objOU = GetObject("LDAP://ou=hr,dc=fabrikam,dc=com")

objOU.Delete "group", "cn=atl-users"