To add a user to a group by using the Windows interface, perform the following steps:
To add a user to a group by using the command line, perform the following steps:
Dsmod group "CN=Group1,OU=New York,DC=WS08DOMAIN01,DC=local" -addmbr "CN=Jonathan Smith,CN=Users,DC=WS08DOMAIN01,DC=local"
Tip
For a full list of dsmod group parameters, go to http://technet.microsoft.com/en-us/library/cc732423.aspx.