1
I have seen in another thread that the command ...
wmic netlogin get name, fullname, lastlogon
... will show us log on information on a Windows workstation. Do we have a similar command for remote workstations?
Background users requests resource but will not release them if not used anymore. If there is no log on since a while the resource could be released.
1You can run wmic against a remote computer with the /node switch. E.g. wmic /node:computer_name netlogin get name, fullname, lastlogon – None – 2015-01-06T00:01:53.673