Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Open Sessions and Open Files on a ComputerContent of List Open Sessions and Open Files on a Computer.vbsMD5 Hash: 9E3C2EF6556D97715797EFF2E5E16CB7 |
||
Set objConnection = GetObject("WinNT://atl-ws-01/LanmanServer")
Set colSessions = objConnection.Sessions For Each objSession in colSessions Wscript.Echo "Computer: " & objSession.Computer Wscript.Echo "Connected Time: " & objSession.ConnectTime Wscript.Echo "Idle Time: " & objSession.IdleTime Wscript.Echo "Name: " & objSession.Name Wscript.Echo "User: " & objSession.User Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |