Re: user is member of two groups
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
On 12 May 2005 00:57:41 -0700, juannorton@xxxxxxxxx wrote:
>I want a user to be a member of Administrators groups and
>also member of DB2ADMNS (DB2 administrations groups).
>
>If I look the local user accounts doesn't appear (because is not local,
>
>it is from another domain), but using the control userpasswords2
>command it appears but just allow to assign ONE group membership :-(
>
>Any Ideas of how can assign two groups to this guy? by command maybe?
>
>Thanks
>
>Juan
Open a CMD.EXE window.
net localgroup administrators "DomainName\UserName" /ADD
net localgroup DB2ADMNS "DomainName\UserName" /ADD
.
Relevant Pages
- Re: cant access remote registry + event viewer
... 1)I'm logging with a user member of domain admin and administrators groups ... 2)the user account is not either in guest or domain guest group. ... I can access any share drive c$ on any member server or domain controller ... >> i have removed in domain controllers group policy the option for the guest ... (microsoft.public.security) - user is member of two groups
... I want a user to be a member of Administrators groups and ... also member of DB2ADMNS. ... If I look the local user accounts doesn't appear (because is not local, ... command it appears but just allow to assign ONE group membership :-( ... (microsoft.public.windows.server.active_directory) - Re: cant access remote registry + event viewer
... What is the exact error message or behavior that is occurring when you try ... > 1)I'm logging with a user member of domain admin and administrators groups ... > 3) I can access any share drive c$ on any member server or domain ... (microsoft.public.security) - Re: Adding a domain account to server 2003
... I want this jnorton user to be a member of Administrators groups and ... also member of DB2ADMNS. ... > over and use a multi-label DNS domain name. ... (microsoft.public.windows.server.security) - add a user to another group
... I want a user to be a member of Administrators groups and ... also member of DB2ADMNS (DB2 administrations groups). ... If I look the local user accounts doesn't appear (because is not local, ... (microsoft.public.windows.server.security) |
|