Spotfire® Server and Environment - Installation and Administration

remove-member

Removes a user or group as a member of a specified group.

remove-member 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
<-g value | --groupname=value> 
[-u value | --member-username=value] 
[-m value | --member-groupname=value]

Overview

This command is used to remove an existing user or group as a member of another existing group.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. See Bootstrap.xml file.
-g value
--groupname=value
Required none The name of the group from which the member should be removed. Unless the group is part of the internal SPOTFIRE domain, the name of the group must include the group's domain name, for example 'RESEARCH\group' or 'group@research.example.com'.
-u value
--member-username=value
Required, unless the --member-groupname argument is specified. none The name of the user to remove as a member of the specified group. Unless the user is part of the configured default domain, the name of the user must include the user's domain name, for example 'RESEARCH\user' or 'user@research.example.com'. The --member-username and --member-groupname arguments are mutually exclusive.
-m value
--member-groupname=value
Required, unless the --member-username argument is specified. none The name of the group to remove as a member of the specified group. Unless the group is part of the internal SPOTFIRE domain, the name of the group must include the group's domain name, for example 'RESEARCH\group' or 'group@research.example.com'. The--member-username and --member-groupname arguments are mutually exclusive.