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