Re: Restricting interactive login only to terminal services by jwgoerlich
jwgoerlich
Thu May 10 11:04:07 CDT 2007
Greetings,
To restate your goal, grant users in a specified group access the
computer via RDP and yet block them from logging onto the console.
Open Local Security Policy
Expand Security Settings > Local Policies > User Rights Assignment
Add the specified group to two policies:
Allow log on through Terminal Services
Deny log on locally
Regards,
J Wolfgang Goerlich
On May 10, 7:17 am, parahumanoid <parahuman...@excite.com> wrote:
> Hello,
>
> I want to set up my win 2003 server (with Terminal Server (TS) role)
> so that all users (non-admin, or speciafied exceptions) have the right
> to log in interactively only via TS, but not via console login. This
> restriction should not be domain-wide, but only on the TS/DC itself.
> Knowing the flexibility of Windows I am sure this can be done. I am
> totally comfortable with messing with something like scripting or wmi
> filtering if there's no "user-friendly" way of achieving this.
>
> Thank you.