![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete a Group from Active Directory
|
||
|
' Description: Deletes a group named atl-users from the HR organizational unit in the domain fabrikam.com.
Set objOU = GetObject("LDAP://ou=hr,dc=fabrikam,dc=com") objOU.Delete "group", "cn=atl-users" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||