Hello,
I've setup a locked down terminal server that uses a batch file in the user's environment settings to launch an app on login.
It's an X display app on an old legacy HPUX platform so has to work this way, script launches an X server unique to the user's session then does some trickery with variables to SSH into the server and ping the session back.
Anyway, bit by the by.
So there are 4 servers, at the moment these sessions just launch on one. As I need to add more users I need to spread the load across all 4.
What I'm thinking of doing is giving the users a desktop with 4 icons for each of the sessions, and a logout button (batch file with a pretty icon). I don't want to give them start menus or any of that stuff, not needed. The batch script logs them off when they close the app anyway.
So what I'm after is a way to limit users in a particular group to just having the above locked down environment and administrators get the normal login for well, admin stuff.
I know you can do a certain amount of stuff with Group Policy but everything I've tried affects ALL users.
Server is standalone, no domain, local user accounts if that helps.
Cheers in advance!
I've setup a locked down terminal server that uses a batch file in the user's environment settings to launch an app on login.
It's an X display app on an old legacy HPUX platform so has to work this way, script launches an X server unique to the user's session then does some trickery with variables to SSH into the server and ping the session back.
Anyway, bit by the by.

What I'm thinking of doing is giving the users a desktop with 4 icons for each of the sessions, and a logout button (batch file with a pretty icon). I don't want to give them start menus or any of that stuff, not needed. The batch script logs them off when they close the app anyway.
So what I'm after is a way to limit users in a particular group to just having the above locked down environment and administrators get the normal login for well, admin stuff.
I know you can do a certain amount of stuff with Group Policy but everything I've tried affects ALL users.
Server is standalone, no domain, local user accounts if that helps.
Cheers in advance!