REM ** Creates single user and creates own workspace structure ** REM ** AppServer must be started first / this script must be run in same directory as BO.Console** REM ** MODIFY , , before run! ** echo [{"name":"","password": "","email": "","langlcid": 1033,"roles":["User"]} > new_user.json echo [{"name":"","apipassword": "","billingplancode": "UNLIMITED","assignedusername": ""}] > new_workspace.json BO.Console user_add -in:new_user.json BO.Console workspace_add -in:new_workspace.json