Delete a User Account from Active Directory
' Delete a User Account from Active Directory
Set objOU = GetObject("LDAP://ou=hr,dc=fabrikam,dc=com")
objOU.Delete "user", "cn=MyerKen"
VbsEdit contains all these sample scripts!
Download
Home
Scripts
Copyright © 2001-2024 adersοft