Archived from groups: microsoft.public.win2000.group_policy,microsoft.public.windows.group_policy (
More info?)
You could use GPOs to run a logon script that will add the user to the
group. I too wish it were a GPO item but until MSFT does this scripting
will be your best bet.
Create a script that adds current user to group X where X is defined by a
variable passed to the script.
Apply GPO to OU-RemoteUsers , which calls the logon script with the variable
of OU-RemoteUsers.
Richard
"Marin Marinov" <mlmarinov@askme.ca> wrote in message
news:MPG.1ae760dce98faafc989696@msnews.microsoft.com...
> In article <#J2bNFlIEHA.3508@TK2MSFTNGP09.phx.gbl>, barone@mclink.it
> says...
> > Why there isn't any way to do such a simple thing via group policy?
> > I'd like to have a GPO setting to say "every user inside this OU should
be
> > member of this domain group". But I don't have any way to do this. Why?
> > Nobody ever needed something like this?
> >
> > Massimo
> >
> > P.S.
> > I'm managing a full Windows 2003 domain.
> Maybe because it's an extremely rare case that you would need this

OU
> design and group strategies don't overlap much. I see that there are
> cases that you would need this (e.g.,location-based OUs and a group at
> each location that's given permissions to a shared printer) but,
> honestly, I haven't seen such a need at a single corporate client (no
> offence,please). Many times a feature is not implemented because
> Microsoft consider it not to be justified from a business (and/or logic)
> perspective.
>
> Anyway, to give you some ideas for your problem. I'd go for scripting:
> 1) Dsadd, you can even put it as a scheduled task to run every hour or
> so and add users to the group.
> 2) ADSI - VBScript from ADSIScriptomatic or TechNet ScriptCenter that
> does the same as above
>
> Of course, you can always multiselect a bunch of users and add them to
> the group but I'm sure you got tired of this
😉
>
> HTH, Massimo
>
> --
> Cheers,
> Marin Marinov
> MCT,MCSE 2003,MCSE:Security 2003
> -
> This posting is provided "AS IS" with no warranties, and confers no
> rights.