Link to home
Start Free TrialLog in
Avatar of sam36
sam36

asked on

RemoteApps and Windows Credential Manager

We are using Windows Server 2008 R2 SP1 as a terminal server to provide access to our company software for remote users.
The software is installed locally on the server and requires credentials for a seperate server so the software can connect to the database.
We created a local user profile, logged in the user on the server, saved the credentials in the credential manager and logged off the user.
When the user runs the remote app they must type in their username and password for the TS session and  then the app opens.
The problem is when the user is prompted to change their password and they do change it then the credential manager clears out the stored credentials.
This then cuases the app not to run.
Are there any other work arounds we could try besides setting the user passwords to "Cannot be changed" and "Never expires"
 
ASKER CERTIFIED SOLUTION
Avatar of lamaslany
lamaslany
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sam36
sam36

ASKER

No it is not important that the user not know the seperate server password.
So I could use schedule tasks to run a script at RemoteApp launch event that logs onto the seperate server?
You could use a scheduled task but it may be better to just add it to the login script.
Avatar of sam36

ASKER

I will try this out by making logon script and update this with results.
Avatar of sam36

ASKER

I created a logon script that creates a mapped drive on the seperate server using the required credentials.
Using the local group policy I made the script run async so it com[pletes before completely loading the user profile.
This seems to be working quite consistantly and since this is a remote app the user does not see the logon script running.