B
Bill Struve
Need: Auto-logon to a terminal server, start a program, and, when the user
is quits the program, auto-logoff.
Done so far: Able to use a fixed username/password in a C# program using
AxMSTSCLib and MSTSCLib. Everything in the Need, above, works just great.
Problem: All users would be logged on as the fixed username/password, so I
can't set specific printers for each user (i.e. change one, change them
all). The solution I used for this is to pass the Environment.UserName, but
the password in this case must be blank, and the user needs to enter his/her
password. Since the user is already authenticated on our network during the
Windows login, it seems that there should be some way to pass this
information to the Terminal Server. If there is no way, perhaps Microsoft
would be willing to add this feature to mstsc since there seem to be a lot
of 3rd party systems that support single logon for multiple systems (e.g.
Citrix).
Any ideas would be welcome,
Bill
is quits the program, auto-logoff.
Done so far: Able to use a fixed username/password in a C# program using
AxMSTSCLib and MSTSCLib. Everything in the Need, above, works just great.
Problem: All users would be logged on as the fixed username/password, so I
can't set specific printers for each user (i.e. change one, change them
all). The solution I used for this is to pass the Environment.UserName, but
the password in this case must be blank, and the user needs to enter his/her
password. Since the user is already authenticated on our network during the
Windows login, it seems that there should be some way to pass this
information to the Terminal Server. If there is no way, perhaps Microsoft
would be willing to add this feature to mstsc since there seem to be a lot
of 3rd party systems that support single logon for multiple systems (e.g.
Citrix).
Any ideas would be welcome,
Bill