Script: Which node a user is logged into?
The following piece of code determines and returns the node which a specified user is logged into. How to use: Replace variable username by the user IDExecute as background script / fix script (function () { var username = 'admin'; //sys_user.u...
