CLI 参考 > 服务器管理命令 > integrity createmksdomainuser
integrity createmksdomainuser
create a new MKS Domain user
Synopsis
integrity createmksdomainuser [--email=value] [--fullName=value] [--loginID=value] [--userPassword=value] [--principalType=[ServicePrincipal|User]] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] [(-F file|--selectionFile=file)]
Description
integrity createmksdomainuser creates a user in the MKS Domain. For example:
integrity createmksdomainuser --fullname="James Riley" --login=jriley --userPassword=jriley
creates the user James Riley in the MKS Domain, with a login and password.
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.
--email=value
specifies an e-mail address for the user.
--fullName=value
specifies the name of the user, including first and last name (user names are stored in the same field).
--loginID=value
specifies the alphanumeric string the user will use as the login ID to connect to the PTC RV&S Server. Login IDs cannot contain commas, and must not exceed 50 characters in length.
* 
The login ID cannot be edited after the user is created. To change the login ID, the user must be deleted from the domain and created using a different login ID.
--userPassword
specifies the alphanumeric string the user will use as the password with the Login ID to connect the PTC RV&S Server. Empty passwords for users are not permitted. Users can change their own passwords through the GUI and CLI interfaces.
--principalType=[ServicePrincipal|User]
specifies if the new user is a Service Principal. If --principalType is not specified, then the system defaults to normal user. You must explicitly set this option to ServicePrincipal when creating or editing a Service Principal.
Diagnostics
See the diagnostics reference page for possible exit status values.
See Also
Miscellaneous: ACL, diagnostics,options, preferences
这对您有帮助吗?