Retrieves a set of published certificates from a template account (userTemplate), and then deletes each of those certificates from the MyerKen Active Directory user account.
On Error Resume NextConst ADS_PROPERTY_DELETE = 4Set objUserTemplate = _GetObject("LDAP://cn=userTemplate,OU=Management,dc=NA,dc=fabrikam,dc=com")arrUserCertificates = objUserTemplate.GetEx("userCertificate")Set objUser = _GetObject("LDAP://cn=MyerKen,OU=Management,dc=NA,dc=fabrikam,dc=com")objUser.PutEx ADS_PROPERTY_DELETE, "userCertificate", arrUserCertificatesobjUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file