Import/Assigns User(s) to User Group

The deadlinecommand CLI has a bunch of options to get and set Users and UserGroups. For example,

C:\Program Files\Thinkbox\Deadline10\bin>deadlinecommand -NewUserGroups Winners
Create new User Group(s): Winners

C:\Program Files\Thinkbox\Deadline10\bin>deadlinecommand -SetUser somebody somebody@someemail.com somepc true false Winners
Created user 'somebody'.

Here is the -Help output of the SetUser command:

SetUser
  Modifies or creates the user.
    [User Name]              The user name
    [Email]                  Their email address
    [Machine Name]           Their machine name
    [Notify By Email]        If they want email notifications (true/false)
    [Notify By Popup]        If they want popup notifications (true/false)
    [User Group]             Optional. The user group (or list of groups
                             separated by commas) to add the user to. By
                             default, the user is already part of the
                             Everyone group.
1 Like