Alex,

Ok.. I am back to some degree (but, I feel with the dozen database projects or so I just recieved from the main office, I may become scarce).

Here is what I was able to find with regard to this

code:

; REF - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/adsi/iadssession_property_methods.asp
; -- Converted to Kix
; Bind to a file service operations object on "myComputer" in the local domain.
$fso = GetObject("WinNT://myComputer/LanmanServer")
; Enumerates sessions
If fso <> ""
For Each $session In $fso.sessions
?"Session Computer: " + $session.Computer
?"Session User: " + $session.User
Next $Session
EndIf

Have fun!

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's