Activities
Create Local User
This activity creates a local user.
Activity Parameters
The Create Local User activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Account Deactivated (combobox box editor type) (type: string): select True if the new account will be created as an inactive one or False if the account will be active.
- Account Locked (combobox box editor type) (type: string): by default it will be set on False. When creating a Local User account, this option appears only after the user was created.
- Cannot Change Password (combobox box editor type) (type: string): select True if the password is a fixed one and the user will not be able to change its password. Otherwise, select False. If this parameter is set to True, then the Change Password at Logon parameter should be set on False.
- Change Password At Logon (combobox box editor type) (type: string): select True if the user will need to change its password at the next logon. If this parameter is set to True, then the Cannot Change Password parameter should be set on False.
- Description (textbox editor type) (type: string): the description for the new user.
- Password (password box editor type) (type: string): the password for the new user account.
- Password Binding (textbox editor type) (type: string): bind to a variable containing the encrypted password. This parameter is used only when the value is an encrypted one, send from outside of the task, for example from Flowster Studio Portal.
- Password Never Expires (combobox box editor type) (type: string): select True if the password will never expire.
- Username (textbox editor type) (type: string): the username for the new user.
Execution: the activity will create a local user account, using the provided information.
Add Local User to Local Group
This activity adds a local user account into a local group.
Activity Parameters
The Add Local User to Local Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Group Name (textbox editor type) (type: string): the name of the local group where the local user will be added.
- Username (textbox editor type) (type: string): the name of the local user which will be added into the given local group.
Execution: the activity will add the local user into the local group, if both exists.