Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Current login username
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01094665
Message ID:
01094785
Vues:
13
Hi Steve,

Not sure exactly what you want, what about this:
clear
loLDAP			= Getobject('Winmgmts://./root/directory/ldap')
loUsers			= loLDAP.ExecQuery('Select * from ds_user where ds_SAMAccountName="' + Getenv("USERNAME") + '"')

for each loUser in loUsers
	? loUser.ds_name, loUser.ds_SAMAccountName
endfor
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform