Java -jar LoginTester.jar SametimeServerName LoginName LoginPassword LoginType
The LoginType can be found in the IBM document referenced above. Sametime 8.5.1 for example is 0x130C
Example: "C:\Program Files\Java\jre\Java" -jar C:\LoginTester.jar ST.ACME.COM "Bill Bolts" "BillsPassword" 0x130C
If you wish to test all the LoginTypes documented in the above document when this web page was written, a CMD file is provided in the download that will cycle through each one. Be sure to edit the CMD file before running it, entering the parameters required at the top of the file, which specify information like Java location, user name, password etc.