CLI Reference > Server Administration Commands > integrity createmksdomaingroup
  
integrity createmksdomaingroup
creates a new MKS Domain group
Synopsis
integrity createmksdomaingroup [--description=value] [--members=value] [--name=value] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-Ffile|--selectionFile=file)] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] [--[no]markRestricted]
Description
integrity createmksdomaingroup creates a new group in the MKS Domain. For example:
integrity createmksdomaingroup --name=Development --members=u=jriley,u=nsingh
creates the MKS domain group Development, adding the members jriley and nsingh.
* 
A user from another domain can be part of an MKS Domain group.
An MKS Domain group can contain another MKS Domain group as a member.
Options
This command takes the universal options available to all integrity commands, as well as some general options. See the options reference page for descriptions.
--description=value
specifies an optional description of the group.
--members=value
specifies members to add to the group, where value=u=user1,u=user2,...,g=group1,g=group2,...
--name=value
specifies the name of the group being created for the MKS Domain.
--[no]markRestricted
marks the MKS Domain Group as restricted group. Default value is false, if not specified. Principals having RestrictGroup permission granted for the mks:system:mksdomain ACL can only mark a group as restricted group.
Diagnostics
See the diagnostics reference page for possible exit status values.
See Also
Commands: integrity_editmksdomaingroup, integrity_deletemksdomaingroup, integrity_mksdomaingroups, integrity_viewmksdomaingroup
Miscellaneous: ACL, diagnostics,options, preferences