assign

Assign a user to a billing code or all available billing codes:

assign ur <user_id> <bc_name>|All
Example: EQCmd -sMyServer assign ur johnd billing1

Assign a user to a default billing code:

assign ur <user_id> <default_bc>
Example: EQCmd -sMyServer assign ur johnd billing1 -d (where the "-d" represents default)

Assign a department to a billing code or all available billing codes:

assign dp <dept_name> <bc_name>|All
Example: EQCmd -sMyServer assign dp hr billing1

Assign a delegate to a user:

assign dlg <user_id> <delegate_id>

Assign a user to a department or all available departments:

assign mgr <user_id> <dept_name>|All