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