Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete All Published Certificates from a User AccountContent of Delete All Published Certificates from a User Account.vbsMD5 Hash: DC655CFF91F1EDE53EBADBF0B6B95518 |
||
' Description: Removes all published certificates for the MyerKen Active Directory user account.
Const ADS_PROPERTY_CLEAR = 1 Set objUser = GetObject _ ("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com") objUser.PutEx ADS_PROPERTY_CLEAR, "userCertificate", 0 objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |