![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete an ADAM OU
|
||
|
' Description: Deletes an ADAM OU named Accounting.
On Error Resume Next Set objOU = GetObject("LDAP://localhost:389/dc=fabrikam,dc=com") objOU.Delete "organizationalUnit", "ou=Accounting" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||