By 26 Aprile 2012 0 Comments

Test di connessione LDAP

Per effettuare un TEST locale su la connessione LDAP si può utilizzare questo codice :


Set objSysInfo = CreateObject("ADSystemInfo")
strUserDN = objSysInfo.UserName
wscript.echo strUserDN
Set objUser = GetObject("LDAP://" & strUserDN)

Posted in: Active Directory

About the Author:

shared on wplocker.com