As an example, if your existing workstation is called ABC123 you could do the steps below, but always test the procedure first.
# Create a text file of all jobs defined against workstation ABC123
composer 'create allABC123Jobs.def from job=ABC123#@'
# Globally replace all instances of the tws930 user with the value of the new user
sed s'\STREAMLOGON tws930\STREAMLOGON thenewuser\'g allABC123Jobs.def > allABC123JobsNew.def
# Use composer to validate the file with the new amended STREAMLOGON user
composer 'validate allABC123JobsNew.def'
# Replace the job definition in the database with the ones from the file
composer 'replace allABC123JobsNew.def'
------------------------------
Mark Delaney
SYSTEMSMANAGED Ltd
------------------------------