Hello I want to see wich user are logon on a server, is any solution for that? I try to use Get-UserLogon but is not recognized
João,
Bem-vindo to the forum.
Where did you find the cmdlet Get-UserLogon
? I’ve never heard of it. As far as I know there is no native PowerShell cmdlet to list logged on users.
You can use an external tool for that. Run
quser /?
on the console and follow the help.
1 Like
I saw on the net, but I very new on this maybe I didn´t saw correcly.
I try your solution and it works perfect, many thanks
I’m glad it helped.