There are times I would like to know how many users or if a specific user is logged into SolarWinds. I would like to see a feature that would allow me to do this.
There are times I would like to know how many users or if a specific user is logged into SolarWinds. I would like to see a feature that would allow me to do this.
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK© online community. More than 180,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.
Top Comments
Voted. Created a SAM template to list current Solarwinds users. (https://thwack.solarwinds.com/docs/DOC-192290). But hope SW can give us native solution.
Curtesy of mesverrum: https://thwack.solarwinds.com/thread/115288
Try this SWQL in a custom query;
SELECT tolocal(TimeLoggedUtc) AS [Last Login]
,AccountID
,AuditEventMessage
FROM Orion…
You can get kinda close with this report, it will show who is logged in today. You can adjust the times as needed.