Re: Getting the UPN of the currently logged on user
From: Joe Richards [MVP] (humorexpress_at_hotmail.com)
Date: 09/23/04
- Next message: Kristine: "ASN1 bad tag value met on EnvelopedData.Decrypt str"
- Previous message: Nathan Yocom: "Re: WlxScreenSaverNotify not being called. Any ideas?"
- In reply to: Colm Smyth: "Getting the UPN of the currently logged on user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 23 Sep 2004 10:43:24 -0400
You can't get the name typed into the logon box without getting into GINA
programming, though you can get the various name types with GetUserNameEx. See
my free tool UserName on the www.joeware.net website, it shows you what that
function will return for you.
joe
-- Joe Richards Microsoft MVP Windows Server Directory Services www.joeware.net Colm Smyth wrote: > I have a VB program which checks the currently logged on user against a table > of usernames. The program acts accordingly dependant on whether it finds the > username in the table. > > Up until now I have been using the environment variable "Username" to > retrieve the username. This has been working fine. > > Recently our client has switched their logins to a UPN format i.e. > <first>.<last>@<domain>. The problem is that this is not being stored in the > environment variable, instead the old username is being stored there (that is > the pre Win2k account name) > > The client is adamant that I must pick up the name typed into the windows > login dialog and not the environment variable. I imagine that I need to get > the UPN of the currently logged in user. Does anyone know how this can be > done? > > I have tried the GetUserNameA function from the windows API but this still > returns the pre Win2k username. > > Many thanks, Colm
- Next message: Kristine: "ASN1 bad tag value met on EnvelopedData.Decrypt str"
- Previous message: Nathan Yocom: "Re: WlxScreenSaverNotify not being called. Any ideas?"
- In reply to: Colm Smyth: "Getting the UPN of the currently logged on user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|