Question : Detect Simultaneous Logon Across Network

I would like to detect when a user has given out their password for other people to use so are there any open source programs or scripts that can help alert me or record when someone is logged onto multiple computers at the same time?

Answer : Detect Simultaneous Logon Across Network

cast the RDOStore as RDOPstStore

1:
2:
Redemption.RDOPstStore RDStores; 
RDStores = (Redemption.RDOPstStore)RDSession.Stores.DefaultStore;
Random Solutions  
 
programming4us programming4us