Global Group Issue

  • Thread starter Thread starter Exit12
  • Start date Start date
E

Exit12

Hi all,

I have an issue with a global group I'm trying to add a user to via user
manager. The issue is that the group is 21 characters long, and won't allow
me to add the user due to the character length of group.
Is there a way to add a user to a global group via command line, rather than
user manager?

Thanks
 
Exit12 said:
Hi all,

I have an issue with a global group I'm trying to add a user to via
user manager. The issue is that the group is 21 characters long, and
won't allow me to add the user due to the character length of group.
Is there a way to add a user to a global group via command line,
rather than user manager?

Thanks



net group 'groupname' 'username' /add /domain
 
Back
Top