How to Combat Conficker on a Large Network
The following is information and tools for dealing with a Conficker Outbreak on a Large Enterprise Network with lots of clients. How to unlock all of your Active Directory Accounts with a script. Const ADS_SCOPE_SUBTREE = 2 Const ADS_UF_LOCKOUT = &H10 Set objRootDSE = GetObject(“LDAP://rootDSE”) strDNSDomain = objRootDSE.Get(“defaultNamingContext”) Set objCommand = CreateObject(“ADODB.Command”) Set objConnection = … Read more