Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNC sessions - who is logged? (\\computer...)

Status
Not open for further replies.

olaritter

IS-IT--Management
Apr 21, 2006
27
MK
Hey folks

How do I get alarmed (notified) when someone in my LAN (corporate network) connect thru UNC-type of network connection?
\\computer1
or
\\computer1\c$
or via IP address:
\\10.0.0.7\c$
or
\\10.0.0.7
?

Right-clicking MyComputer->Manage->Shared Folders->Sessions is slow and pain in the a**. Is there a way to see who is logged and still do it easily? Prefer free utility or eventually some other script...?

Thanks!
 
Hi!

Click, Start, Run, MMC, Add/Remove Snap-in, Shared Folders.

There you can see who is logged, active sessions etc.

Grtz!

Gaytan
 
You might want to place a shortcut on the Desktop:

Right-click a blank area of the desktop, New, Shortcut
The target command to enter on the first page of the new shortcut wizard: CMD.EXE /k NET SESSIONS

You can call it anything you want.
 
Gaytan: Thanks, abit like mine

Bcastner: Thanks, the shortcut is helpful indeed! Thanks. But how about alerts - do I have to make batch script that will be scheduled to run every 5seconds (or whatever I set) and then alert on UNC active remote sessions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top