Hi all -
This is something I used to be able to do in VB6 using a set of API calls I can't remember anymore, but was hoping that there would be an easy way to do it in VB.Net.
I'm relatively new to .Net so you may have to go easy on me.
Using System.DirectoryServices I've been able to use ADSI to pick out a list of computers on the network, and then used My.Computer.Network.Ping to find out which are available, but what I want to do now is find out who is logged on to each of the on-line PCs.
Nowhere can I find out how to do this, or whether it's possible. I've been googling for ages and either the information is not very visible or my googling skills are a bit off today!
Thanks in advance to anyway that point me in the right direction.
Cheers,
Dan.
This is something I used to be able to do in VB6 using a set of API calls I can't remember anymore, but was hoping that there would be an easy way to do it in VB.Net.
I'm relatively new to .Net so you may have to go easy on me.
Using System.DirectoryServices I've been able to use ADSI to pick out a list of computers on the network, and then used My.Computer.Network.Ping to find out which are available, but what I want to do now is find out who is logged on to each of the on-line PCs.
Nowhere can I find out how to do this, or whether it's possible. I've been googling for ages and either the information is not very visible or my googling skills are a bit off today!
Thanks in advance to anyway that point me in the right direction.
Cheers,
Dan.