Login Scripts and Environment Variables

A company has given each of its employees a unique number which is to be that person's user ID. Instead of logging into the network with their name and password, they now login with their unique number and the password. Their name, is, of course, associated with their user ID in their user profile.

We would like to set an environment variable during login with the user's real name as a human being; there is already a variable with their login ID.

Does anyone know how to do this, or know where instructions to do this are located?

Thank you.

[607 byte] By [AWindowsUser] at [2008-1-8]
# 1

Hello!

You should be able to find an example of the script that you need to run over at the TechNet Script Center. Check it out here:

http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true

Jason

JasonMcConnellMSFT at 2007-10-2 > top of Msdn Tech,Small Business Application Development,Small Business Application Development...
# 2

Thank you very much.

I will investigate that area.

AWindowsUser at 2007-10-2 > top of Msdn Tech,Small Business Application Development,Small Business Application Development...