add-group
Add a new group.
Syntax:
shell
sfiler-admin [options] add-group [command options]
Command options | Required/Optional | Description |
---|---|---|
-n | Required | Group name (ex: internal-employees) |
-f | Optional | Description (ex: Internal employees) |
-u | Optional | True or False: Set to True to allow upload for members of this group. Default: True |
-d | Optional | True or False: Set to True to allow download for members of this group. Default: True |
-e | Optional | True or False: Set to True to allow sending a file to an email recipient for members of this group. Default: True |
-t | Optional | Thème à utiliser pour les utilisateurs de ce groupe. La valeur vide (par défaut) permet d'utiliser le thème par défaut de l'interface web. Pour définir une valeur vide, utilisez -t "". |
-as | Optional | True or False: Set to True to allow the group to be used as sender when sending a file to an email recipient. Default: False |
-sn | Optional | The group sender name to use in the email when the group is used to upload file. |
-mp | Optional | The MFA policy (possible values are : ENFORCED, OPTIONAL, NONE). Default : NONE |
Example:
shell
sfiler-admin.exe -l sfiler-master -p 012345 -s https://www.sfiler.com/sfiler/server/ add-group -n "myGroup" -f "My group description" -mp ENFORCED