Add User | Linux: ./addUser.sh <userId> <lastName> <password> <restoreWizPassword> Windows: adduser.bat <userId> <lastName> <password> <restoreWizPassword> |
Delete User | Linux: ./delUser.sh <userId> Windows: deluser.bat <userId> |
Find User | Linux: ./findUser.sh <userId> Windows: finduser.bat <userId> |
Modify User | Linux: ./updateUser.sh <currentUserId> <modUserId> <modLastName> <modPassword> <modRestoreWizPassword> Windows: updateuser.bat <currentUserId> <modUserId> <modLastName> <modPassword> <modRestoreWizPassword> |