yeah, we use the net user command for that, it seems like there should be some way.
Main Topics
Browse All TopicsHi Experts!
I want to be able to find if a user is (or get a list of users that are) logged into our domain. I can use the command
net user gilbar /domain to find out the last time that gilbar logged in, and i can
manage my computer (and link to a server) to find if gilbar has a session or files open on that server.
But the first doesn't tell me if gilbar is still logged in, and the second only works if gilbar has files open On That Server. Is there something that would tell me that gilbar IS logged on, and where?
I have Active Directory and the Windows 2000 resource kit, as well as admin access so if there's a way, please let me know .
Thanx!
ps. since i AM gilbar, i don't actually need to know if I'M signed on, but need it for other user id's
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
There isn't. All the DC knows is that it processed a logon event. It will account for this in the security log.
There isn't a "persistent" network connection showing a logon because once the credentials are verified, the DC isn't actively communicating with the client machine anymore. Except for periodic credential checks when accessing a file/printer share or some other form of resource.
On a terminal server, you can see who is actively logged in to the terminal server and for how long.......but that is only tracking RDP sessions to the terminal server.
There simply isn't any way to know whether the person who logged in at 12:15PM is still logged in or not. The DC isn't monitoring for that sort of thing.
Sysinternals/Microsoft has a free little tool called PSLoggedOn which can tell you on to which computer/s a given user is logged in, or what users are logged on to a particular PC, and all remotely.
http://technet.microsoft.c
That's a handy dandy tool, but I think he wants a way to know whether a user is actively logged in.
You can remotely use nbtstat (assuming netbios isn't disabled) and determine who is logged into a machine remotely also....
My understanding of his request is that he wants a way to see who is "actively logged into the server".
what i'm really looking for is,
is the user logged in Somewhere on the network (apparently Can't Do),
has the user ran a login script that mapped a drive on a particular server .
the people don't actually log into the servers, so Rob's tool won't help (i don't think), but it does put him in the running for some points
Business Accounts
Answer for Membership
by: PlaceboC6Posted on 2008-03-05 at 09:28:52ID: 21052373
There isn't a way to determine whether a user is currently logged in that I know of.
m/windowss ecurity/ar ticle/ arti cleid/9414 1/querying -dcs-for-l ast-logon- date-and- t ime.html
The only thing you're going to be able to do is determine the "Last Logon Date" and time.
This article may help you:
http://www.windowsitpro.co