Get information for the current user from the ADSTag(s): WinAPI/Registry

OleObject ads

ads = CREATE OleObject
ads.ConnectToNewObject( "ADSystemInfo" )

// CN=Doe\,Joe,OU=something,OU=somewhere,DC=bigbuilding,DC=local
MessageBox( "", String( ads.UserName ) )



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]