Hello
I've tried logonstatistics but it shows multiple lines for users.
I understand that a user can have many connections (Get-LogonStatistics <username> | select Username, ServerName, ClientName, ApplicationId | ft -AutoSize)
but I want a command that just shows username (with logon time optional)
one line per user only. I found plenty commands that give number of users connected but don't show the name(s)
thx
I've tried logonstatistics but it shows multiple lines for users.
I understand that a user can have many connections (Get-LogonStatistics <username> | select Username, ServerName, ClientName, ApplicationId | ft -AutoSize)
but I want a command that just shows username (with logon time optional)
one line per user only. I found plenty commands that give number of users connected but don't show the name(s)
thx