Link to home
Start Free TrialLog in
Avatar of cjameson74
cjameson74

asked on

Powershell command Question

Is there a powershell command to list active sessions on a server?
I want to find out who is actively logged into it.
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Martin81
Martin81

Not a powershell command but you can use the qwinsta command from the command line.

qwinsta /server:serveripaddress

http://www.techtalkz.com/blog/tips-n-tricks/how-to-view-disconnect-remote-desktop-sessions-from-commandline.html