Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > domain admins

Reply
Thread Tools Display Modes

domain admins

 
 
john
Guest
Posts: n/a

 
      09-03-2010
When I add a domain user to the domain admins group on the SBS server the
user has administrative authority on their local computer. What mechanism is
employed to allow this to take place? Thanks, John
 
Reply With Quote
 
 
 
 
Joe
Guest
Posts: n/a

 
      09-03-2010
On 03/09/10 17:52, john wrote:
> When I add a domain user to the domain admins group on the SBS server the
> user has administrative authority on their local computer. What mechanism is
> employed to allow this to take place? Thanks, John


Have a look at the local groups on a LAN machine. The Domain Admins
group of the local domain is explicitly a member of the Administrators
group. They have admin privileges on all of the LAN computers, not just
their own.

It's occasionally necessary to do this temporarily, as some
poorly-written programs require a user to have admin privileges on the
first run.

--
Joe
 
Reply With Quote
 
john
Guest
Posts: n/a

 
      09-03-2010
I'm aware that on the domain client computer Domain Admins is a member of the
Administrators group, however, I thought that when I placed the user in a
security group on the server, that it only applied on the server. Is there a
GPO on the server that shoves the authorization down to the client or is it
somehow part of the authorization ticket the client is gtanted? I know it
works, however, I just can't figure out how it works. Thanks, John

"Joe" wrote:

> On 03/09/10 17:52, john wrote:
> > When I add a domain user to the domain admins group on the SBS server the
> > user has administrative authority on their local computer. What mechanism is
> > employed to allow this to take place? Thanks, John

>
> Have a look at the local groups on a LAN machine. The Domain Admins
> group of the local domain is explicitly a member of the Administrators
> group. They have admin privileges on all of the LAN computers, not just
> their own.
>
> It's occasionally necessary to do this temporarily, as some
> poorly-written programs require a user to have admin privileges on the
> first run.
>
> --
> Joe
> .
>

 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      09-03-2010
On 03/09/10 20:58, john wrote:
> I'm aware that on the domain client computer Domain Admins is a member of the
> Administrators group, however, I thought that when I placed the user in a
> security group on the server, that it only applied on the server. Is there a
> GPO on the server that shoves the authorization down to the client or is it
> somehow part of the authorization ticket the client is gtanted? I know it
> works, however, I just can't figure out how it works. Thanks, John
>


I don't think any policies are involved, I think this is basic ACL
stuff, as you say, settled at logon time. The authentication is cached,
and allows a domain admin known to the machine i.e. before cache
timeout, to administer the machine even without a network connection.

--
Joe
 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      09-04-2010
The domain admins group is in Active Directory not a local group ob the
server. You have to trust your domain admins. Whatever you do they have the
power to undo. If you have a reason that someone, say a contractor or
outside support tech, needs domain admin access but you don't want them
mucking about with computers then you have to disable the account whenever
they are not logged on. For them to logon you would enable the account then
monitor what they are doing. When they're finished disable the account
again.

--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration
http://www.vistahelp.ca/phpBB2/

"john" <> wrote in message
newsBBA0B6C-E565-471D-B026-...
> I'm aware that on the domain client computer Domain Admins is a member of
> the
> Administrators group, however, I thought that when I placed the user in a
> security group on the server, that it only applied on the server. Is there
> a
> GPO on the server that shoves the authorization down to the client or is
> it
> somehow part of the authorization ticket the client is gtanted? I know it
> works, however, I just can't figure out how it works. Thanks, John
>
> "Joe" wrote:
>
>> On 03/09/10 17:52, john wrote:
>> > When I add a domain user to the domain admins group on the SBS server
>> > the
>> > user has administrative authority on their local computer. What
>> > mechanism is
>> > employed to allow this to take place? Thanks, John

>>
>> Have a look at the local groups on a LAN machine. The Domain Admins
>> group of the local domain is explicitly a member of the Administrators
>> group. They have admin privileges on all of the LAN computers, not just
>> their own.
>>
>> It's occasionally necessary to do this temporarily, as some
>> poorly-written programs require a user to have admin privileges on the
>> first run.
>>
>> --
>> Joe
>> .
>>

 
Reply With Quote
 
cullirod
Guest
Posts: n/a

 
      09-05-2010
I used the WinNT provider in a JScript to enumerate the group membership of a
domain user. I ran the script on a client computer. The result was a list of
groups the user belonged to on SBS. If I disconnected the network cable the
script failed. Operating under the assumption that users logon to client
computers and use resources on the SBS (users not logged onto SBS) I have to
conclude that these groups are pushed down to the client computer. I would
like to know how, why and when and the logic behind it. Most of the groups
the user belongs to (e.g. domain user) don't have any meaning on the client
computer. The only relevent one is domain administrator. Thanks, John

"Kerry Brown" wrote:

> The domain admins group is in Active Directory not a local group ob the
> server. You have to trust your domain admins. Whatever you do they have the
> power to undo. If you have a reason that someone, say a contractor or
> outside support tech, needs domain admin access but you don't want them
> mucking about with computers then you have to disable the account whenever
> they are not logged on. For them to logon you would enable the account then
> monitor what they are doing. When they're finished disable the account
> again.
>
> --
> Kerry Brown
> MS-MVP - Windows Desktop Experience: Systems Administration
> http://www.vistahelp.ca/phpBB2/
>
> "john" <> wrote in message
> newsBBA0B6C-E565-471D-B026-...
> > I'm aware that on the domain client computer Domain Admins is a member of
> > the
> > Administrators group, however, I thought that when I placed the user in a
> > security group on the server, that it only applied on the server. Is there
> > a
> > GPO on the server that shoves the authorization down to the client or is
> > it
> > somehow part of the authorization ticket the client is gtanted? I know it
> > works, however, I just can't figure out how it works. Thanks, John
> >
> > "Joe" wrote:
> >
> >> On 03/09/10 17:52, john wrote:
> >> > When I add a domain user to the domain admins group on the SBS server
> >> > the
> >> > user has administrative authority on their local computer. What
> >> > mechanism is
> >> > employed to allow this to take place? Thanks, John
> >>
> >> Have a look at the local groups on a LAN machine. The Domain Admins
> >> group of the local domain is explicitly a member of the Administrators
> >> group. They have admin privileges on all of the LAN computers, not just
> >> their own.
> >>
> >> It's occasionally necessary to do this temporarily, as some
> >> poorly-written programs require a user to have admin privileges on the
> >> first run.
> >>
> >> --
> >> Joe
> >> .
> >>

> .
>

 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      09-05-2010
When you logon with a domain user account to a domain joined computer that
currently is not connected to the domain the logon uses cached credentials
if the domain user has previously logged on to the computer while connected
to the domain. This means that if a user logged on with a domain admin
account then the computer was disconnected form the network the user could
still logon with the domain admin account and have the same privileges on
the computer as if the computer was still connected to the domain. This is
needed for laptops which may or may not be connected to the network.

Domain group policies are also cached on a domain joined computer. Whatever
group policies were in place the last time the computer was connected remain
in place until the computer is reconnected to the domain and the policies
updated or the computer is disjoined from the domain.

In your case the script would have had to query a domain controller for the
information. If the computer was not connected it would fail. The computer
doesn't need that information because it has the cached user SID which is
all it needs to apply permissions and policies.

--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration
http://www.vistahelp.ca/phpBB2/



"cullirod" <> wrote in message
news:3D47B7DC-A6F3-4A60-BEF4-...
> I used the WinNT provider in a JScript to enumerate the group membership
> of a
> domain user. I ran the script on a client computer. The result was a list
> of
> groups the user belonged to on SBS. If I disconnected the network cable
> the
> script failed. Operating under the assumption that users logon to client
> computers and use resources on the SBS (users not logged onto SBS) I have
> to
> conclude that these groups are pushed down to the client computer. I would
> like to know how, why and when and the logic behind it. Most of the groups
> the user belongs to (e.g. domain user) don't have any meaning on the
> client
> computer. The only relevent one is domain administrator. Thanks, John
>
> "Kerry Brown" wrote:
>
>> The domain admins group is in Active Directory not a local group ob the
>> server. You have to trust your domain admins. Whatever you do they have
>> the
>> power to undo. If you have a reason that someone, say a contractor or
>> outside support tech, needs domain admin access but you don't want them
>> mucking about with computers then you have to disable the account
>> whenever
>> they are not logged on. For them to logon you would enable the account
>> then
>> monitor what they are doing. When they're finished disable the account
>> again.
>>
>> --
>> Kerry Brown
>> MS-MVP - Windows Desktop Experience: Systems Administration
>> http://www.vistahelp.ca/phpBB2/
>>
>> "john" <> wrote in message
>> newsBBA0B6C-E565-471D-B026-...
>> > I'm aware that on the domain client computer Domain Admins is a member
>> > of
>> > the
>> > Administrators group, however, I thought that when I placed the user in
>> > a
>> > security group on the server, that it only applied on the server. Is
>> > there
>> > a
>> > GPO on the server that shoves the authorization down to the client or
>> > is
>> > it
>> > somehow part of the authorization ticket the client is gtanted? I know
>> > it
>> > works, however, I just can't figure out how it works. Thanks, John
>> >
>> > "Joe" wrote:
>> >
>> >> On 03/09/10 17:52, john wrote:
>> >> > When I add a domain user to the domain admins group on the SBS
>> >> > server
>> >> > the
>> >> > user has administrative authority on their local computer. What
>> >> > mechanism is
>> >> > employed to allow this to take place? Thanks, John
>> >>
>> >> Have a look at the local groups on a LAN machine. The Domain Admins
>> >> group of the local domain is explicitly a member of the Administrators
>> >> group. They have admin privileges on all of the LAN computers, not
>> >> just
>> >> their own.
>> >>
>> >> It's occasionally necessary to do this temporarily, as some
>> >> poorly-written programs require a user to have admin privileges on the
>> >> first run.
>> >>
>> >> --
>> >> Joe
>> >> .
>> >>

>> .
>>

 
Reply With Quote
 
cullirod
Guest
Posts: n/a

 
      09-07-2010
I found that the SIDs for the security groups are sent to the domain client
in the TGT. There is an area in the TGT for vendor supplied authorization
data (see cc752815). The data area is described in aa302203.

"Kerry Brown" wrote:

> When you logon with a domain user account to a domain joined computer that
> currently is not connected to the domain the logon uses cached credentials
> if the domain user has previously logged on to the computer while connected
> to the domain. This means that if a user logged on with a domain admin
> account then the computer was disconnected form the network the user could
> still logon with the domain admin account and have the same privileges on
> the computer as if the computer was still connected to the domain. This is
> needed for laptops which may or may not be connected to the network.
>
> Domain group policies are also cached on a domain joined computer. Whatever
> group policies were in place the last time the computer was connected remain
> in place until the computer is reconnected to the domain and the policies
> updated or the computer is disjoined from the domain.
>
> In your case the script would have had to query a domain controller for the
> information. If the computer was not connected it would fail. The computer
> doesn't need that information because it has the cached user SID which is
> all it needs to apply permissions and policies.
>
> --
> Kerry Brown
> MS-MVP - Windows Desktop Experience: Systems Administration
> http://www.vistahelp.ca/phpBB2/
>
>
>
> "cullirod" <> wrote in message
> news:3D47B7DC-A6F3-4A60-BEF4-...
> > I used the WinNT provider in a JScript to enumerate the group membership
> > of a
> > domain user. I ran the script on a client computer. The result was a list
> > of
> > groups the user belonged to on SBS. If I disconnected the network cable
> > the
> > script failed. Operating under the assumption that users logon to client
> > computers and use resources on the SBS (users not logged onto SBS) I have
> > to
> > conclude that these groups are pushed down to the client computer. I would
> > like to know how, why and when and the logic behind it. Most of the groups
> > the user belongs to (e.g. domain user) don't have any meaning on the
> > client
> > computer. The only relevent one is domain administrator. Thanks, John
> >
> > "Kerry Brown" wrote:
> >
> >> The domain admins group is in Active Directory not a local group ob the
> >> server. You have to trust your domain admins. Whatever you do they have
> >> the
> >> power to undo. If you have a reason that someone, say a contractor or
> >> outside support tech, needs domain admin access but you don't want them
> >> mucking about with computers then you have to disable the account
> >> whenever
> >> they are not logged on. For them to logon you would enable the account
> >> then
> >> monitor what they are doing. When they're finished disable the account
> >> again.
> >>
> >> --
> >> Kerry Brown
> >> MS-MVP - Windows Desktop Experience: Systems Administration
> >> http://www.vistahelp.ca/phpBB2/
> >>
> >> "john" <> wrote in message
> >> newsBBA0B6C-E565-471D-B026-...
> >> > I'm aware that on the domain client computer Domain Admins is a member
> >> > of
> >> > the
> >> > Administrators group, however, I thought that when I placed the user in
> >> > a
> >> > security group on the server, that it only applied on the server. Is
> >> > there
> >> > a
> >> > GPO on the server that shoves the authorization down to the client or
> >> > is
> >> > it
> >> > somehow part of the authorization ticket the client is gtanted? I know
> >> > it
> >> > works, however, I just can't figure out how it works. Thanks, John
> >> >
> >> > "Joe" wrote:
> >> >
> >> >> On 03/09/10 17:52, john wrote:
> >> >> > When I add a domain user to the domain admins group on the SBS
> >> >> > server
> >> >> > the
> >> >> > user has administrative authority on their local computer. What
> >> >> > mechanism is
> >> >> > employed to allow this to take place? Thanks, John
> >> >>
> >> >> Have a look at the local groups on a LAN machine. The Domain Admins
> >> >> group of the local domain is explicitly a member of the Administrators
> >> >> group. They have admin privileges on all of the LAN computers, not
> >> >> just
> >> >> their own.
> >> >>
> >> >> It's occasionally necessary to do this temporarily, as some
> >> >> poorly-written programs require a user to have admin privileges on the
> >> >> first run.
> >> >>
> >> >> --
> >> >> Joe
> >> >> .
> >> >>
> >> .
> >>

> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Active Directory problems/dcdiag error kj [SBS MVP] Windows Server 4 03-24-2010 09:19 PM
Re: Active Directory problems/dcdiag error kj [SBS MVP] Windows Small Business Server 3 03-24-2010 09:19 PM
Critical Issue Broken delegated domain Kashif Windows Server 3 02-15-2010 09:12 PM
Unable to add computer to domain Nik Active Directory 5 12-18-2009 08:29 PM
The local domain controller could not connect with - 2008 boe Active Directory 9 11-22-2009 01:05 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59