Skip to content

add-group

Add a new group.

Syntax:

shell
sfiler-admin [options] add-group [command options]
Command optionsRequired/OptionalDescription
-nRequiredGroup name (ex: internal-employees)
-fOptionalDescription (ex: Internal employees)
-uOptionalTrue or False: Set to True to allow upload for members of this group. Default: True
-dOptionalTrue or False: Set to True to allow download for members of this group. Default: True
-eOptionalTrue or False: Set to True to allow sending a file to an email recipient for members of this group. Default: True
-tOptionalThè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 "".
-asOptionalTrue or False: Set to True to allow the group to be used as sender when sending a file to an email recipient. Default: False
-snOptionalThe group sender name to use in the email when the group is used to upload file.
-mpOptionalThe 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