AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I want to find out who is logged on to the computers on our network. I can get my own username using this code: strUserName = Environment.UserName How would I connect to the pc's on the network and get all usernames? Thanks for the help!