Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Difference between a domain group and a local group

Reply
 
Old 03-20-2009   #1 (permalink)
gimme_this_gimme_that


 
 

Difference between a domain group and a local group

Richard Mueller made this comment about his AddToGroup.vbs script:

---
A quick comment. Rather than maintaining a list of users,
you could create a domain group. Make the users members of
the domain group, then make the domain group a member of
the local group on each computer. The machine local group
is altered once, then thereafter the list is maintained by
altering the domain group membership.
---

What is the difference between a domain group and a local group.

Could someone provide a longer version of this quick comment?

Thanks.

My System SpecsSystem Spec
Old 03-20-2009   #2 (permalink)
gimme_this_gimme_that


 
 

Re: Difference between a domain group and a local group

Nevermind.

The idea behind AddToGroup.vbs was to add users to a computer's local
group and creating a domain group to manage membership was the tip.

Got it.
My System SpecsSystem Spec
Old 03-21-2009   #3 (permalink)
Al Dunbar


 
 

Re: Difference between a domain group and a local group


<gimme_this_gimme_that@xxxxxx> wrote in message
news:c010b1ed-1691-487b-b071-359b63d5168b@xxxxxx
Quote:

> Richard Mueller made this comment about his AddToGroup.vbs script:
>
> ---
> A quick comment. Rather than maintaining a list of users,
> you could create a domain group. Make the users members of
> the domain group, then make the domain group a member of
> the local group on each computer. The machine local group
> is altered once, then thereafter the list is maintained by
> altering the domain group membership.
> ---
>
> What is the difference between a domain group and a local group.
A local group is a group defined on a computer that is not a domain
controller. A domain group is defined on all of the domain controllers in a
domain.

Of course, a domain group can be Universal, domain global, or domain local,
whereas a computer local group can only be local.
Quote:

> Could someone provide a longer version of this quick comment?
This is kind of out of context, but, assuming that the local group in
question is the local administrators group and that you had a group of
domain users who were all to be given administrator access to the computers
in question, you would create a domain global group in the same domain in
which the user accounts exist. You would then add the users to this group.

Then on each computer you would add the above mentioned domain group as a
member of the local administrators group.

I don't know if that is longer or shorter, however, managing groups this way
is a very common activity for administrators. But this has nothing to do
with scripting, per se, so perhaps you should spend some time in an active
directory newsgroup to pick up on this aspect of your problem.

/Al


My System SpecsSystem Spec
Old 03-21-2009   #4 (permalink)
gimme_this_gimme_that


 
 

Re: Difference between a domain group and a local group

Thanks Al.

I learned something from your post.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
"add domain group to local group" stopped working VB Script
add a global group to a domain local group VB Script
Add domain group to local group question VB Script
Add NT 4 Domain User to Local Adminstrators Group Vista account administration
adding a domain user to the local group PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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