Syed23 Posted November 24, 2010 Posted November 24, 2010 (edited) Hi Friends, Once again i struck with AD Functionalities. Here now i am facing problem that i am unable to find the owner name for the specific ID. i tried to use most of the relevent functions which ever mentioned in AD.au3. but i am unable to find the exact funtion. Could you please some one help me on this? #include <AD.au3> ; Open Connection to the Active Directory _AD_Open() ; Get the Fully Qualified Domain Name (FQDN) for the current user $sFQDN_User = _AD_SamAccountNameToFQDN(@UserName) $cp = _AD_FQDNToDisplayname($sFQDN_User) MsgBox(0,"",$cp) _AD_Close() Edited November 24, 2010 by Syed23 Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]
wraithdu Posted November 24, 2010 Posted November 24, 2010 This is not a support form. Post in the correct forum please.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now