Link to home
Start Free TrialLog in
Avatar of IT Tech
IT TechFlag for United States of America

asked on

Publishing a app with Windows 2003 Terminal Services?

This may be a really bad question, but is it possible to publish just a application with Windows 2003 Terminal Server?  I already have users set up to get a desktop session when they log in but we are testing out a new app and the question came up if its possible to not give the user a desktop but just access to a application only?  I know Citrix will do this but will Windows 2003 Terminal Server and if so, how?  Thanks
Avatar of cammj
cammj
Flag of Australia image

You could do what you are trying to achieve with Group Policy

Now from your message I imagine that you are trying to achieve one of these:

You want the user to only see the application they require: It is possible to set the user's shell in Group Policy to be just the application you require for them to use. This wouldnt provide them the usual "explorer" interface.

You want to deploy them an application: You can do this in Group Policy, under User/Software you can deploy/publish an .msi to the user.
Avatar of Herrmannator
Herrmannator

I use Citrix for published apps, but here are some ideas:  To start, you could use a mandatory profile with highly restricted access, then:
check out the options under Admin Tools-->Terminal Services Configurations-->Connections-->RDP-tcp-->Properties-->Environment Tab.   Notice there are options to lauch a program if that would meet your needs.
You could similarly use "Remote Desktop Connections" interface to configure which program launches, so could have 10 entries each pointing at same server but a different app.
Another option (if using a published desktop) is to use a logon script to build a Start Menu on the fly each time someone logs in.  This way user only get start menu options for the programs for which they are AD group members, for example.  You would also restict file system access using the same AD groups for those apps.
ASKER CERTIFIED SOLUTION
Avatar of tigermatt
tigermatt
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
You can configure an RDP session to the Terminal Server to automatically launch a program on connection. Then, when the user exits the application, the TS session is logged off automatically. The user never sees a desktop.