Jump to content

User Full Name...How to get it...?


Recommended Posts

I would really like to move completely away from Kixtart, but I have one last piece of my previous login script that I can't figure out how to incorporate into my AutoIt login script:

I know how to get a users full name using Kixtart (Set FULLNAME="@FULLNAME"), but cannot figure out how to get the same result from AutoIT.

Anyone already have a workaround for this, or a suggestion on how I could go about this?

Roger O."When people show you who they are, believe them.” --Mark Twain

Link to comment
Share on other sites

You could do an ldap query to retreive that info. The beta version of AutoIt can do it but I am not an expert... Maybe some of the brains here can help code this but this is the basic need...

Query your DC for the Account info that has the currently logged in users username.

Then query the DC for the full name attribute.

Link to comment
Share on other sites

I would really like to move completely away from Kixtart, but I have one last piece of my previous login script that I can't figure out how to incorporate into my AutoIt login script:

I know how to get a users full name using Kixtart (Set FULLNAME="@FULLNAME"), but cannot figure out how to get the same result from AutoIT.

Anyone already have a workaround for this, or a suggestion on how I could go about this?

<{POST_SNAPBACK}>

Check out the Scriptomatic for AutoIt written by SvenP. Specifically the Win32_UserAccount.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...