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