Windows 2008 R2
Changement de mot de passe en VBS
Option Explicit Dim objOU, objUser, objRootDSE Dim strContainer, strDNSDomain, strPassword, intAccValue ‘ Bind to Active Directory Domain Set objRootDSE = GetObject(« LDAP://RootDSE« ) strDNSDomain = objRootDSE.Get(« DefaultNamingContext ») ‘ ————————————————————-‘…