Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Group from Active DirectoryContent of Delete a Group from Active Directory.vbsMD5 Hash: EB0F7074D2C2B4C8C5DD64630A4748B7 |
||
' 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 :: |