Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Allow Terminal Server RDP Access to Servers via Group Policy

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 10-06-2009
Wes H
 
Posts: n/a
Allow Terminal Server RDP Access to Servers via Group Policy

Ok, this is a weird one. I have created a new user called netadmin and then
put it into our AD 2003 builtin group called Remote Desktop Users. I then
went to AD and default domain policy and enabled two things:

1. Local Policy: allow login through terminal server (for that user
netadmin and domain admins and remote desktop users)

2. Went to admin templates, windows components, terminal services and
enabled Allow users to connect via terminal services.

Now heres the weird thing. I can only RDP to workstations with that new
account...works like a charm, but I cannot use that account for any servers
(non domain controllers I mean). Am I missing something?
Reply With Quote
  #2  
Old 10-06-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Hello Wes,

Are the servers itself enabled for remote desktop connection via system properties?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Ok, this is a weird one. I have created a new user called netadmin
> and then put it into our AD 2003 builtin group called Remote Desktop
> Users. I then went to AD and default domain policy and enabled two
> things:
>
> 1. Local Policy: allow login through terminal server (for that user
> netadmin and domain admins and remote desktop users)
>
> 2. Went to admin templates, windows components, terminal services and
> enabled Allow users to connect via terminal services.
>
> Now heres the weird thing. I can only RDP to workstations with that
> new account...works like a charm, but I cannot use that account for
> any servers (non domain controllers I mean). Am I missing something?
>



Reply With Quote
  #3  
Old 10-06-2009
Ace Fekay [Microsoft Certified Trainer]
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

"Wes H" <WesH@discussions.microsoft.com> wrote in message
news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
> Ok, this is a weird one. I have created a new user called netadmin and
> then
> put it into our AD 2003 builtin group called Remote Desktop Users. I then
> went to AD and default domain policy and enabled two things:
>
> 1. Local Policy: allow login through terminal server (for that user
> netadmin and domain admins and remote desktop users)
>
> 2. Went to admin templates, windows components, terminal services and
> enabled Allow users to connect via terminal services.
>
> Now heres the weird thing. I can only RDP to workstations with that new
> account...works like a charm, but I cannot use that account for any
> servers
> (non domain controllers I mean). Am I missing something?



What error are you getting when you attempt to logon? Possibly, "... can't
logon interactively...?"

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSA Messaging, MCT
Microsoft Certified Trainer
aceman@mvps.RemoveThisPart.org

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

"Efficiency is doing things right; effectiveness is doing the right
things." - Peter F. Drucker
http://twitter.com/acefekay




Reply With Quote
  #4  
Old 10-06-2009
Marcin
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Wes,
Settings assigned via default domain policy can be overriden/blocked on an
OU level (where you server computers reside). You would want to check
resulting GP settings on one of them to determine what restictions are in
place.
Btw. note that the Remote Desktop Users domain local group is of no
relevance here - this plays role when granting ability to log on via
Terminal Services to domain controllers...

hth
Marcin

"Wes H" <WesH@discussions.microsoft.com> wrote in message
news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
> Ok, this is a weird one. I have created a new user called netadmin and
> then
> put it into our AD 2003 builtin group called Remote Desktop Users. I then
> went to AD and default domain policy and enabled two things:
>
> 1. Local Policy: allow login through terminal server (for that user
> netadmin and domain admins and remote desktop users)
>
> 2. Went to admin templates, windows components, terminal services and
> enabled Allow users to connect via terminal services.
>
> Now heres the weird thing. I can only RDP to workstations with that new
> account...works like a charm, but I cannot use that account for any
> servers
> (non domain controllers I mean). Am I missing something?



Reply With Quote
  #5  
Old 11-06-2009
Wes H
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Ok, so I ended up using Restricted groups in Active Directory to do this
instead of the way I mentioned before. I added a user to the Remote Desktop
group and it propagated to all the PCs and servers, but it seemed to
OVERWRITE all the users we already manually put on certain PCs with the
policy. Is that by design? How can I remedy this without having to go to
each PC? I thought it would just ADD this new account to the local remote
desktop group, not overwrite it. Any thoughts?

-Wes



"Marcin" wrote:

> Wes,
> Settings assigned via default domain policy can be overriden/blocked on an
> OU level (where you server computers reside). You would want to check
> resulting GP settings on one of them to determine what restictions are in
> place.
> Btw. note that the Remote Desktop Users domain local group is of no
> relevance here - this plays role when granting ability to log on via
> Terminal Services to domain controllers...
>
> hth
> Marcin
>
> "Wes H" <WesH@discussions.microsoft.com> wrote in message
> news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
> > Ok, this is a weird one. I have created a new user called netadmin and
> > then
> > put it into our AD 2003 builtin group called Remote Desktop Users. I then
> > went to AD and default domain policy and enabled two things:
> >
> > 1. Local Policy: allow login through terminal server (for that user
> > netadmin and domain admins and remote desktop users)
> >
> > 2. Went to admin templates, windows components, terminal services and
> > enabled Allow users to connect via terminal services.
> >
> > Now heres the weird thing. I can only RDP to workstations with that new
> > account...works like a charm, but I cannot use that account for any
> > servers
> > (non domain controllers I mean). Am I missing something?

>
>
>

Reply With Quote
  #6  
Old 11-06-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Hello Wes,

You have to pay attention of the "Members of this group" and "This group
is a member of". See following article:
http://www.frickelsoft.net/blog/?p=13

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Ok, so I ended up using Restricted groups in Active Directory to do
> this instead of the way I mentioned before. I added a user to the
> Remote Desktop group and it propagated to all the PCs and servers, but
> it seemed to OVERWRITE all the users we already manually put on
> certain PCs with the policy. Is that by design? How can I remedy
> this without having to go to each PC? I thought it would just ADD
> this new account to the local remote desktop group, not overwrite it.
> Any thoughts?
>
> -Wes
>
> "Marcin" wrote:
>
>> Wes,
>> Settings assigned via default domain policy can be overriden/blocked
>> on an
>> OU level (where you server computers reside). You would want to check
>> resulting GP settings on one of them to determine what restictions
>> are in
>> place.
>> Btw. note that the Remote Desktop Users domain local group is of no
>> relevance here - this plays role when granting ability to log on via
>> Terminal Services to domain controllers...
>> hth
>> Marcin
>> "Wes H" <WesH@discussions.microsoft.com> wrote in message
>> news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
>>
>>> Ok, this is a weird one. I have created a new user called netadmin
>>> and
>>> then
>>> put it into our AD 2003 builtin group called Remote Desktop Users.
>>> I then
>>> went to AD and default domain policy and enabled two things:
>>> 1. Local Policy: allow login through terminal server (for that user
>>> netadmin and domain admins and remote desktop users)
>>>
>>> 2. Went to admin templates, windows components, terminal services
>>> and enabled Allow users to connect via terminal services.
>>>
>>> Now heres the weird thing. I can only RDP to workstations with that
>>> new
>>> account...works like a charm, but I cannot use that account for any
>>> servers
>>> (non domain controllers I mean). Am I missing something?



Reply With Quote
  #7  
Old 11-06-2009
Wes H
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Thanks, yeah I just saw that post after I wrote the reply. Duh! Anyway I
can recover the original users that were in there?

-Wes



"Meinolf Weber [MVP-DS]" wrote:

> Hello Wes,
>
> You have to pay attention of the "Members of this group" and "This group
> is a member of". See following article:
> http://www.frickelsoft.net/blog/?p=13
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > Ok, so I ended up using Restricted groups in Active Directory to do
> > this instead of the way I mentioned before. I added a user to the
> > Remote Desktop group and it propagated to all the PCs and servers, but
> > it seemed to OVERWRITE all the users we already manually put on
> > certain PCs with the policy. Is that by design? How can I remedy
> > this without having to go to each PC? I thought it would just ADD
> > this new account to the local remote desktop group, not overwrite it.
> > Any thoughts?
> >
> > -Wes
> >
> > "Marcin" wrote:
> >
> >> Wes,
> >> Settings assigned via default domain policy can be overriden/blocked
> >> on an
> >> OU level (where you server computers reside). You would want to check
> >> resulting GP settings on one of them to determine what restictions
> >> are in
> >> place.
> >> Btw. note that the Remote Desktop Users domain local group is of no
> >> relevance here - this plays role when granting ability to log on via
> >> Terminal Services to domain controllers...
> >> hth
> >> Marcin
> >> "Wes H" <WesH@discussions.microsoft.com> wrote in message
> >> news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
> >>
> >>> Ok, this is a weird one. I have created a new user called netadmin
> >>> and
> >>> then
> >>> put it into our AD 2003 builtin group called Remote Desktop Users.
> >>> I then
> >>> went to AD and default domain policy and enabled two things:
> >>> 1. Local Policy: allow login through terminal server (for that user
> >>> netadmin and domain admins and remote desktop users)
> >>>
> >>> 2. Went to admin templates, windows components, terminal services
> >>> and enabled Allow users to connect via terminal services.
> >>>
> >>> Now heres the weird thing. I can only RDP to workstations with that
> >>> new
> >>> account...works like a charm, but I cannot use that account for any
> >>> servers
> >>> (non domain controllers I mean). Am I missing something?

>
>
>

Reply With Quote
  #8  
Old 11-06-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Allow Terminal Server RDP Access to Servers via Group Policy

Hello Wes,

If you don't have a list, unfortunal no.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Thanks, yeah I just saw that post after I wrote the reply. Duh!
> Anyway I can recover the original users that were in there?
>
> -Wes
>
> "Meinolf Weber [MVP-DS]" wrote:
>
>> Hello Wes,
>>
>> You have to pay attention of the "Members of this group" and "This
>> group is a member of". See following article:
>> http://www.frickelsoft.net/blog/?p=13
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers
>> no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> Ok, so I ended up using Restricted groups in Active Directory to do
>>> this instead of the way I mentioned before. I added a user to the
>>> Remote Desktop group and it propagated to all the PCs and servers,
>>> but it seemed to OVERWRITE all the users we already manually put on
>>> certain PCs with the policy. Is that by design? How can I remedy
>>> this without having to go to each PC? I thought it would just ADD
>>> this new account to the local remote desktop group, not overwrite
>>> it. Any thoughts?
>>>
>>> -Wes
>>>
>>> "Marcin" wrote:
>>>
>>>> Wes,
>>>> Settings assigned via default domain policy can be
>>>> overriden/blocked
>>>> on an
>>>> OU level (where you server computers reside). You would want to
>>>> check
>>>> resulting GP settings on one of them to determine what restictions
>>>> are in
>>>> place.
>>>> Btw. note that the Remote Desktop Users domain local group is of no
>>>> relevance here - this plays role when granting ability to log on
>>>> via
>>>> Terminal Services to domain controllers...
>>>> hth
>>>> Marcin
>>>> "Wes H" <WesH@discussions.microsoft.com> wrote in message
>>>> news:17F642DC-B05D-4B49-819B-0A9C69D8EE36@microsoft.com...
>>>>> Ok, this is a weird one. I have created a new user called
>>>>> netadmin
>>>>> and
>>>>> then
>>>>> put it into our AD 2003 builtin group called Remote Desktop Users.
>>>>> I then
>>>>> went to AD and default domain policy and enabled two things:
>>>>> 1. Local Policy: allow login through terminal server (for that
>>>>> user
>>>>> netadmin and domain admins and remote desktop users)
>>>>> 2. Went to admin templates, windows components, terminal services
>>>>> and enabled Allow users to connect via terminal services.
>>>>>
>>>>> Now heres the weird thing. I can only RDP to workstations with
>>>>> that
>>>>> new
>>>>> account...works like a charm, but I cannot use that account for
>>>>> any
>>>>> servers
>>>>> (non domain controllers I mean). Am I missing something?



Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Allow Terminal Server RDP Access to Servers via Group Policy"
Thread Thread Starter Forum Replies Last Post
Problem with RDP from 2003 terminal server to 2008 servers mtaffer Windows Server Help 1 04-08-2011 02:49 PM
Remote Workplace Terminal Services and Network Policy Server not running CalicaCJA Operating Systems 2 17-12-2010 02:43 PM
Ignoring group policy when logging onto certain servers Mehdis Active Directory 8 15-01-2010 11:36 PM
servers loooking for group policy on dead server Rick Holland Active Directory 4 19-03-2009 07:06 PM
Group Policy Screensaver in W2003 Servers Pablo Pizarro Active Directory 12 03-03-2009 06:36 PM


All times are GMT +5.5. The time now is 09:23 PM.